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

https://github.com/tomdoestech/map-reduce-filter


https://github.com/tomdoestech/map-reduce-filter

filter javascript map reduce youtube

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# map, reduce & filter
If you're not using map, reduce and filter in your JavaScript, you're missing out on three of the most powerful array methods available in the language.

All three methods share two basic principals:

- Firstly, they do not mutate the original array, they will always return a new array or value.
- Secondly, they get their values by iterating over each item in the array and applying a function that you provide.

## Let's keep in touch
- [Subscribe on YouTube](https://www.youtube.com/TomDoesTech)
- [Discord](https://discord.gg/4ae2Esm6P7)
- [Twitter](https://twitter.com/tomdoes_tech)
- [TikTok](https://www.tiktok.com/@tomdoestech)
- [Facebook](https://www.facebook.com/tomdoestech)
- [Instagram](https://www.instagram.com/tomdoestech)

[Buy me a Coffee](https://www.buymeacoffee.com/tomn)

[Sign up to DigitalOcean 💖](https://m.do.co/c/1b74cb8c56f4)