質問編集履歴

1

訂正

2021/10/07 21:57

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -14,6 +14,12 @@
14
14
 
15
15
  function sett(){
16
16
 
17
+ for(i=0;i<20;i++){
18
+
19
+ console.log(i);
20
+
21
+ }
22
+
17
23
  setTimeout(sett,500);
18
24
 
19
25
  }