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
- Host: GitHub
- URL: https://github.com/trisha/js-callbacks-iterators
- Owner: trisha
- License: other
- Created: 2020-12-18T00:26:08.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-07T17:54:46.000Z (over 5 years ago)
- Last Synced: 2025-10-11T19:33:51.583Z (8 months ago)
- Language: JavaScript
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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.