Skip to content

Commit bed1379

Browse files
authored
Update Higher-order-functions.md
1 parent 2608842 commit bed1379

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Higher-order-functions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Higher order functions
22

3+
A higher-order function is a function that takes in another function or returns a function. Such functions include `map` and `filter`.
4+
35
## Re-creating the built-in `map` function
46

57
Custom map

0 commit comments

Comments
 (0)