Currying is not idiomatic in JavaScript

In this blog post I explain why, in my opinion, currying is in conflict with some of JavaScript’s foundations. Read more

Similar

JavaScript Visualized: Prototypal Inheritance

Ever wondered why we can use built-in methods such as .length, .split(), .join() on our strings, arrays, or objects? We never explicitly specified them, where do they come from? Now don't say "It's JavaScript lol no one knows, it's magic 🧚🏻‍♂️", it's actu... (more…)

Read more »