Concept
Currying
Books
Journey Statusmastered Tags
The act of turning a multi-parameter function into a Higher-order function that accepts one argument and returns a partially-applied version of the original function.
The act of turning a multi-parameter function into a Higher-order function that accepts one argument and returns a partially-applied version of the original function.