#currying
Read more stories on Hashnode
Articles with this tag
Currying is a technique in functional programming where a function is transformed into a sequence of functions, each taking a single argument. In...