We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2608842 commit bed1379Copy full SHA for bed1379
Higher-order-functions.md
@@ -1,5 +1,7 @@
1
# Higher order functions
2
3
+A higher-order function is a function that takes in another function or returns a function. Such functions include `map` and `filter`.
4
+
5
## Re-creating the built-in `map` function
6
7
Custom map
0 commit comments