Currying in JS.
I would define currying as invoking a function with fewer arguments than the function expects. This returns a new function that can be called with the remaining arguments. You could also invoke it with lower than remaining arguments and it would retu...
Nov 2, 20171 min read192
