Currying in JavaScript
Pre-requisites: Closures in JavaScript.
Currying is used to make the lighter version of the existing function. Its implementation will make the function shorter by taking the multiple parameters one at a time into a sequence of functions and making i...
alishabhale.hashnode.dev2 min read
Favourite Jome
QA Engineer @bug0
Though I'm aware of Currying in JS, but I've never used it I think. I'd keep it in mind from now on and if there's a use case for me to use this pattern, I will.
Thanks for sharing!