DEV Community

Cover image for Generators and Iterators Course Published!
marques woodson for Pluralsight

Posted on • Originally published at marqueswoodson.com

Generators and Iterators Course Published!

Cover Photo by Cedric Letsch on Unsplash

New Year, new Pluralsight course! 🎉Javascript Generators and Iterators has just published on Pluralsight 🎉. In this course, I will teach you about generator functions, iterators, and iterables. Ever wonder why for..of loops work over strings and arrays, but not objects? Have you used Redux-Sagas in your React app and would like to know what the yield keyword was doing in your code and how it relates to generators? Check out my course to learn all about it.

Generator Functions

code sample of a generator function

Custom Iterators

code sample of a custom iterator

Top comments (0)