Some examples regarding JavaScript powerful iteration protocols enabling for..of
and for await...of
syntax
All these examples are presented and discussed in depth in the article JavaScript async iterators.
You will need Node.js 16+.
Then you'll need to install the needed dependencies with:
npm install
Everyone is very welcome to contribute to this project. You can contribute just by submitting bugs or suggesting improvements by opening an issue on GitHub.
Licensed under MIT License. © Luciano Mammino.
If you like this piece of work, consider supporting me by getting a copy of Node.js Design Patterns, Third Edition, which also goes into great depth about Streams and related design patterns.
If you already have this book, please consider writing a review on Amazon, Packt, GoodReads or in any other review channel that you generally use. That would support us greatly 🙏.