回答編集履歴

2

修正

2018/04/11 00:01

投稿

akabee
akabee

スコア1947

test CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  for (var i = 0; i < test.length; i++) {
8
8
 
9
- console.log(test["koumoku_" + (i + 1));
9
+ console.log(test["koumoku_" + (i + 1)]);
10
10
 
11
11
  }
12
12
 

1

修正

2018/04/11 00:01

投稿

akabee
akabee

スコア1947

test CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  for (var i = 0; i < test.length; i++) {
8
8
 
9
- console.log(test["koumoku_" + [i + 1]);
9
+ console.log(test["koumoku_" + (i + 1));
10
10
 
11
11
  }
12
12