DEV Community

Discussion on: Introduction to Currying in JavaScript

Collapse
 
kresnik profile image
Kyle Resnik

Maybe I'm wrong, but I got the impression that currying lets you break up and organize processes in a block statement. Might only be relevant in a particularly long-winded function.