Currying
Currying is a technique in functional programming where a function is transformed into a sequence of functions, each taking a single argument. In JavaScript, currying is achieved by transforming a function that takes multiple arguments into a chain o...
divijsehgal.hashnode.dev4 min read