Hacker News new | ask | show | jobs
by mdeltito 3306 days ago
Regarding your last point, this is also a nice benefit of for...of loops in JS, where you can use yield and await. It's sort of the best of both worlds.
1 comments

Oh yes, exactly! I wonder why for of was not mentioned in the article...