回答編集履歴

2

2020/11/12 03:30

投稿

think49
think49

スコア18189

test CHANGED
@@ -20,4 +20,8 @@
20
20
 
21
21
 
22
22
 
23
+ ※ちなみに、`if` は関数ではなく、**文(Statement)**です。
24
+
25
+
26
+
23
27
  Re: sembokulove さん

1

typo修正

2020/11/12 03:30

投稿

think49
think49

スコア18189

test CHANGED
@@ -8,9 +8,7 @@
8
8
 
9
9
  ```JavaScript
10
10
 
11
- var today = ''2020/11/
11
+ var today = '2020/11/12';
12
-
13
- 12';
14
12
 
15
13
  if (holidayList.includes(today) && !exceptionList.includes(today)) {
16
14