質問編集履歴

1

間違い修正

2016/09/06 11:18

投稿

ssmxgo
ssmxgo

スコア178

test CHANGED
File without changes
test CHANGED
@@ -30,7 +30,7 @@
30
30
 
31
31
  for (var i=1 ; i<=3 ; i++){
32
32
 
33
- console.log( 'test_'+i() );
33
+ console.log( 'test_'+i+'()' );
34
34
 
35
35
  }
36
36