Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 264 Bytes

File metadata and controls

6 lines (5 loc) · 264 Bytes

A higher order function is a function that takes one or more functions as arguments, or returns a function as its result.

  1. Filter.
  2. Map.
  3. Reduce.