回答編集履歴

1

update

2019/02/11 18:33

投稿

退会済みユーザー
test CHANGED
@@ -20,7 +20,7 @@
20
20
 
21
21
 
22
22
 
23
- for (; current <= end; current.setDate (current.getDate () + 7)) {
23
+ for (; current < end; current.setDate (current.getDate () + 7)) {
24
24
 
25
25
  let d = new Date (current);
26
26