|
399 | 399 |
|
400 | 400 | --- |
401 | 401 |
|
402 | | -12. What is the difference between "map," "filter," and "reduce" in JavaScript? |
| 402 | +### 12. What is the difference between "map," "filter," and "reduce" in JavaScript? |
| 403 | +<details> |
| 404 | +<summary><b>Answer</b></summary> |
| 405 | + |
| 406 | + |
| 407 | +#### Articles |
| 408 | +- 📜 [JavaScript Map, Reduce, and Filter ](https://www.freecodecamp.org/news/javascript-map-reduce-and-filter-explained-with-examples/) |
| 409 | +- 📜 [How to use map(), filter(), and reduce() in JavaScript ?](https://www.geeksforgeeks.org/how-to-use-map-filter-and-reduce-in-javascript/) |
| 410 | + |
| 411 | + |
| 412 | +#### Videos |
| 413 | +- 🎬 [map, filter & reduce ](https://youtu.be/zdp0zrpKzIE?si=JWm-YjfL-mk_ETJa) |
| 414 | +- 🎬 [ map, filter, reduce, some, every, find, findIndex, forEach](https://youtu.be/Urwzk6ILvPQ?si=iN1qlIgipgF0_qHf) |
| 415 | +- 🎬 [Map, Filter & Reduce EXPLAINED](https://youtu.be/8MoElay6dWU?si=OUxAZWFnRZrKxCmr) |
| 416 | + |
| 417 | +</details> |
| 418 | + |
| 419 | +--- |
| 420 | + |
403 | 421 | 13. Explain the concept of "closures." |
404 | 422 | 14. How does the "spread" operator work in JavaScript? |
405 | 423 | 15. What are generators and how do they work? |
|
0 commit comments