Last updated 2 years ago
Was this helpful?
⟩ ⟩ ⟩ higher-order function
a function that takes other functions as or as .
decorator
not(f) - logical negation.
pipe(f, g, ...) - function composition.
partial(f, a, b ...) - partial application of function
Eloquent JavaScript ⟩
JavaScript: The Definitive Guide ⟩ 8.8.2 Higher-Order Functions