FedericoBiccheddu / iteration-protocols-workshop

A workshop about JavaScript iteration protocols: iterator, iterable, async iterator, async iterable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JavaScript Iteration protocol workshop

Node.js CI

A workshop about JavaScript iteration protocols: iterator, iterable, async iterator, async iterable by @loige. 😎

I also have a workshop about Node.js Streams.

Prerequisites

Before getting started, make sure you have the following installed:

  • Node.js 16+
  • NPM 8+
  • A text editor of your choice
  • A bash-compatible shell

Getting started

Clone the repository and run npm install to get all the necessary dependencies.

The workshop is divided in chapters and the first chapter starts at 01-intro.

Every chapter will teach you a specific iteration concept and offer you some examples and exercises to familiarize with that concept.

You will often find 2 different types of interactive actions:

  • 🎭 PLAY : commands or instructions you should spend some time with to get familiar with some concepts or APIs

  • 🏹 Exercise: when you have to use some of the concepts you just learned to solve a programming problem. Generally every exercise will have a test that you can run to validate your solution.

Enjoy! πŸ™ƒ

➑️ GET STARTED.

Shameless plug πŸ˜‡

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 generators, iterator protocols, 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 πŸ™.

Contributing

In the spirit of Open Source, 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 or by submitting a PR.

License

Licensed under MIT License. Β© Luciano Mammino.

About

A workshop about JavaScript iteration protocols: iterator, iterable, async iterator, async iterable

License:MIT License


Languages

Language:JavaScript 100.0%