Files
30-seconds-of-code/glossary/Higher-order-function.md
2018-09-01 13:31:49 +03:00

162 B

Higher-order function

Higher-order functions or functors are functions that either take other functions as arguments, return a function as a result, or both.