Skip to content

Commit 31ae65d

Browse files
committed
initial commit
1 parent 385d348 commit 31ae65d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

readme.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,17 @@
2222

2323
![Functional Programming](./images/functional_programming_banner.png)
2424

25+
- [1. forEach](#1-foreach)
26+
- [2. map](#2-map)
27+
- [3. filter](#3-filter)
28+
- [4. reduce](#4-reduce)
29+
- [5. find](#5-find)
30+
- [6. findIndex](#6-findindex)
31+
- [7. some](#7-some)
32+
- [8. every](#8-every)
33+
- [Exercise](#exercise)
34+
- [More Materials](#more-materials)
35+
2536
In this article, I will try to help you to have a very good understanding of the most common feature of JavaScript, *functional programming*.
2637

2738
*Functional programming* allows you to write shorter code, clean code, and also to solve complicated problems which might be difficult to solve in a traditional way.

0 commit comments

Comments
 (0)