Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 319 Bytes

higher-order-functions.md

File metadata and controls

3 lines (2 loc) · 319 Bytes

What are Higher order functions?

In mathematics and computer science, a higher-order function (also functional, functional form or functor) is a function that does at least one of the following: takes one or more functions as arguments (i.e. procedural parameters), returns a function as its result.