An open API service indexing awesome lists of open source software.

https://github.com/trisha/js-callbacks-iterators

Coding lab with practice problems for map, filter, reduce
https://github.com/trisha/js-callbacks-iterators

Last synced: 8 months ago
JSON representation

Coding lab with practice problems for map, filter, reduce

Awesome Lists containing this project

README

          

# Using Iterators

Inside this folder are seven JavaScript files with different problems - two each for `map`, `forEach`, and `filter`, and one for `reduce`.

Follow the instructions in each file and use iterators to solve each problem.