Currying

0
0
0
JavaScript
public

Currying

Function currying is when you call a function with fewer arguments than it wants and that function returns another function to accept the rest of the arguments.

v0.3.3[beta]