JS Polyfills - Part 6 Curry, Memoise and Generator Functions
Github Code: JS Polyfills
16. Curry
Currying: Transformation of function with multiple parameters to a sequence of single parameters is Currying. Currying just transforms the function, it will not call the function. Partial functions can be easily ge...
sriya.hashnode.dev4 min read