What is Currying?
Currying is a function that takes one argument at a time and returns a new function expecting the next argument. It is a conversion.
Basically Currying doesn’t call a function. It just transforms a function. They are constructed by chaining closures ...
basehtml.hashnode.dev2 min read