Hacker News new | ask | show | jobs
by masklinn 303 days ago
> The author conveniently left out all of the things needed to understand that JavaScript version, including async/await, promises, modules, string interpolation, lambda syntax, not to mention the runtime that is running this, etc.

And iterators.

1 comments

And "for of" vs "for in" (the latter typically shouldn't be used)