//Curryingbyclarkdo

Currying

0
0
0
JavaScript

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.

[beta]v0.13.0