DEV Community

Discussion on: Iterators in Typescript

Collapse
 
alfredosalzillo profile image
Alfredo Salzillo

You should talk about generators too. Generators in JavaScript are the simplest and sugar way to implement an iterator.

Collapse
 
gsarciotto profile image
Giovanni Sarciotto

Yes, my next post will be about generators. I didn't include them in this one because the text would be too long.