Readable JavaScript

How do you write readable JavaScript? Is there a single rule to keep in mind? It turns out there is and it’s a very simple one. 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 »

Minutes-of-JavaScript

⭐ Collection of Javascript snippets to make you discover new exciting features, useful tips or anything that will give you a better understanding of the subtleties of JS. - olivierloverde/minutes-... (more…)

Read more »