Understanding Currying in JavaScript
Introduction
While talking about functional programming, we might have heard the term "currying". But what is it? What does it mean? How does it work? Let's find out.
What is currying?
Currying is a technique of evaluating a function with multiple ar...
adithdanthi.hashnode.dev3 min read