javascript

posted 2 years ago

Why would anyone need Javascript generator functions? jrsinclair.com/artic...
Why would anyone need JavaScript generator functions? James Sinclair
publisher
James Sinclair
summary
You can go a long time as a JavaScript developer without ever feeling the need for generators. Hence, it’s natural to wonder: What are they good for? Why would you ever need one? What’s the point? But generators can do some neat tricks. And they may even change the way you approach certain problems.