DEV Community

Discussion on: A Quick Dive Into ES6

Collapse
 
lexlohr profile image
Alex Lohr

I think you didn't do the Iterators/Iterables/Generators justice, missing out on function* and yield, the difference between async and sync iterators (the former can yield promises), the simple patterns behind the semantic sugar, why Symbol was required to create them and why they are a prerequisite for rxjs and (to come later) native observables.