回答編集履歴
1
2
answer
CHANGED
@@ -39,7 +39,7 @@
|
|
39
39
|
|
40
40
|
for (var i = 0, len = array.length; i < len; ++i) {
|
41
41
|
if (array.hasOwnProperty(i)) {
|
42
|
-
console.log(array[i]); //
|
42
|
+
console.log(array[i]); // 2
|
43
43
|
}
|
44
44
|
}
|
45
45
|
```
|