Cases where JavaScript generators rock (+ understanding them)

One of the new features in ES6 is a new type of function, a generator function. You’ve probable heard of them. They are defined almost like normal functions, but instead of function, you use functi… Read more

Similar