4 lines
55 B
JavaScript
4 lines
55 B
JavaScript
|
|
var a = [ 1 ], b;
|
||
|
|
for (b = 2 of a)
|
||
|
|
console.log(b);
|