Files
30-seconds-of-code/glossary/Higher-order-function.md
2018-09-02 22:19:52 +03:00

4 lines
151 B
Markdown

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