Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

what is currying

a technique that applies a function 
to its arguments one at a time, with 
each application returning a new function 
that accepts the next argument.
 
PREVIOUS NEXT
Tagged: #currying
ADD COMMENT
Topic
Name
2+7 =