Y
Hacker News
new
|
ask
|
show
|
jobs
by
Klathmon
3667 days ago
well we do have for..of that will iterate over a nodeList natively (and now that i'm using let/const i've found myself using for..of a lot more)
1 comments
dmethvin
3667 days ago
jQuery 3.0 lets you do for..of for a jQuery collection even.
link