回答編集履歴

1

2

2017/09/20 12:07

投稿

think49
think49

スコア18164

test CHANGED
@@ -80,7 +80,7 @@
80
80
 
81
81
  if (array.hasOwnProperty(i)) {
82
82
 
83
- console.log(array[i]); // undefined -> undefined -> 2
83
+ console.log(array[i]); // 2
84
84
 
85
85
  }
86
86