Y
Hacker News
new
|
ask
|
show
|
jobs
by
zkldi
1777 days ago
for (x in [6,1,6,2,6,3]) { console.log(x); }
Please run this in your browser console and tell me if it iterates over the elements of the array.