Update Higher-order-function.md

This commit is contained in:
Angelos Chalaris
2018-09-02 22:19:52 +03:00
committed by GitHub
parent d9344a32ea
commit 1672f9bf93

View File

@ -1,3 +1,3 @@
### Higher-order function ### 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. Higher-order functions are functions that either take other functions as arguments, return a function as a result, or both.