Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit becedd4

Browse files
Added article and video for : What is the difference between "map," "filter," and "reduce" in JavaScript?
1 parent 5f4fe99 commit becedd4

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

‎README.md‎

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,25 @@
399399

400400
---
401401

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+
403421
13. Explain the concept of "closures."
404422
14. How does the "spread" operator work in JavaScript?
405423
15. What are generators and how do they work?

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /