質問編集履歴
2
誤字
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|
1
誤字
title
CHANGED
File without changes
|
body
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
var o = {x:1, y:2, z:3};
|
4
4
|
var a = [], i = 0;
|
5
5
|
for(a[i++] in o);
|
6
|
-
for(i in a)
|
6
|
+
for(i in a)//HERE
|
7
7
|
console.log(i);
|
8
8
|
```
|
9
9
|
|