JavaScript Iterator patterns
?? Luciano Mammino
Senior Architect at fourTheorem, AWS Serverless Hero, MVP, Author, Speaker
In this article we will explore different ways to create iterators and iterable values in Javascript, specifically functions, iterators, iterables and generators.
JavaScript is a very flexible language and most often you can achieve the same goals in many different ways, iterators are no exception!