DEV Community

Discussion on: Introduction to Currying in JavaScript

Collapse
 
benbonnet profile image
Ben

given the examples, the unadvised user will only see that fn(a, b, c) can be written another way fn(a)(b)(c)

quite sure there would be slightly more complex examples to show why currying can be cool