DEV Community

Discussion on: What is Currying In JavaScript Is and How to Use It

Collapse
 
crongm profile image
Carlos Garcia ★

This is a nice explanation of currying, but it is purely theoretical even with code examples. In my experience, for knowledge to truly stick it would help to give a real-world example or use case for the technique.

Collapse
 
alexdevero profile image
Alex Devero

Hi Carlos. Thanks for your comment. Do you know about some good real-world examples of currying developers might use frequently?