Function Currying in JavaScript
Javascript is a multi-paradigm language that allows you to freely mix and match object-oriented, procedural, and functional paradigms. Recently there has been a growing trend towards functional programming. The functional programming style not only a...
afrazmomin.com4 min read
Jeffrey Desir
🕉Technomancer
Beautifully concise 🙏🏿 JavaScript introduced me to currying as a make-shift & awkward design pattern (frustration wholly on beginners dread) and knowing
Clojure& it's simplex optional parameters, I disregarded this concept.Now, after a 4 minute read, I like currying enough to boisterously pop it into my projects -- a thousand thanks. 🕉