Function Currying
Introduction
Named after the scientist Haskell B Curry
It is a concept from lambda calculus
Currying will convert a function with multiple parameters into a function with single parameters and will perform a series of unary operations
Currying makes...
jeevanhenrydsouza.hashnode.dev1 min read