Skip to content

skiffek/iterables

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Iterables

The repo aims to show the concepts of

  • the behaviorial design pattern (Async)Iterator
  • (Async)Iterable and how JavaScript facilitates them.
  • (async) generator functions and the (Async)Generator.
  • the p-map utility to map promises and Iterables concurrently.

See Iteratoron Refactoring Guru , aswell as Iteration protocols on MDN.

Usage

The sources of this repo are made for Bun.

$ bun run src/01_iterator

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors