質問編集履歴

1

コードを修正させて頂きましたm(__)m

2020/05/19 04:49

投稿

tanakashouzoux
tanakashouzoux

スコア52

test CHANGED
File without changes
test CHANGED
@@ -122,21 +122,25 @@
122
122
 
123
123
 
124
124
 
125
-
125
+ /*★*/
126
126
 
127
-  if (timeLeft < 0) {
127
+  if (timeLeft < 0) {
128
128
 
129
- clearTimeout(timerId);
129
+ clearTimeout(timerId);
130
130
 
131
- alert('Game over');
131
+ alert('Game over');
132
132
 
133
- }
133
+ }
134
134
 
135
-
135
+ /*★*/
136
136
 
137
- ☆ const timerId = setTimeout(updateTimer, 10);
138
137
 
138
+
139
-
139
+ /*☆*/
140
+
141
+  const timerId = setTimeout(updateTimer, 10);
142
+
143
+ /*☆*/
140
144
 
141
145
  }
142
146