Why do generators not support map()?
Why do generators not support map()? Because it’s too easy to fill in as a userland implementation. ES3 didn’t include Array iteration methods either, maybe will see transformers for iterators in ES7 🙂 generators, which function very much like Arrays No, please stop and distinguish iterators from generators: An iterator is an object with a … Read more