Skip to content

Commit 98ee256

Browse files
authored
Update README.md
1 parent 04cce1f commit 98ee256

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Functional Programming Javascript
22

3-
Functional programming is a style that treats computation as the evaluation of mathematical functions and avoids changing-state and mutable data.
3+
Functional programming is a way of writing clearner code through clever way of mutating, combinding, and using functions.
44

55
## Arrow Functions (Fat Arrows)
66

0 commit comments

Comments
 (0)