Create Currying.md
This commit is contained in:
4
glossary/Currying.md
Normal file
4
glossary/Currying.md
Normal file
@ -0,0 +1,4 @@
|
||||
### Currying
|
||||
|
||||
Currying is a way of constructing functions that allows partial application of a function's arguments.
|
||||
Practically, this means that a function is broken down into a series of functions, each one accepting part of the arguments.
|
||||
Reference in New Issue
Block a user