Dys-Functional Programming in JavaScript

A lot of JavaScript programmers seem to think that functional programming is simply writing bare functions without classes. But that’s… 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 »