質問編集履歴
1
間違い修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -14,7 +14,7 @@
|
|
14
14
|
|
15
15
|
|
16
16
|
for (var i=1 ; i<=3 ; i++){
|
17
|
-
console.log( 'test_'+i() );
|
17
|
+
console.log( 'test_'+i+'()' );
|
18
18
|
}
|
19
19
|
```
|
20
20
|
|