Modern JavaScript: ES6 and beyond!
Plans from $25/month

This lesson is for members. Join us?

Subscribe now to get instant access to this course, plus a full library of Vue.js courses tailored to the plan you choose.

Learn How To Use Generator Functions in JavaScript

In this lesson, we're learning about a new type of function that ES6 introduced to JavaScript - namely the Generator functions.

Generator functions provide a special ability that ordinary functions do not. They are (amongst other things) very good for efficiently iterating through large datasets.