Akash Deep ChitranshforAkash Deep Chitransh's blogcodechitra.hashnode.net·Mar 10, 2023Functional Programming: Currying And Partial ApplicationWhat is Currying? Currying is a technique in functional programming to transform a function with multiple arguments into a series of function calls with each having only a single argument. Basically, it converts a function call like this f(a, b) to t...11 likes·44 readsJavaScriptAdd a thoughtful comment2 commentsTop commentsKunal shah·Mar 11, 2023Mar 11, 2023Great one 1·Reply·1 replyHide repliesAkash Deep ChitranshAuthor·Mar 11, 2023Author·Mar 11, 2023Thank you 😊 ·Reply