Who Said JavaScript Was Easy?

Here’s a few tricks and traps that javascript beginners should probably know of.

Similar

JavaScript Oxidation Compiler

⚓ A suite of high-performance tools for JavaScript and TypeScript written in Rust. - GitHub - web-infra-dev/oxc: ⚓ A suite of high-performance tools for JavaScript and TypeScript written in Rust. (more…)

Read more »

The Odyssey of Asynchronous JavaScript

When I was learning JavaScript (about 1-2 years back), my mentor had me go through it step-by-step. So, first I spent some time to get comfortable with callbacks. Then I jumped onto Promises. And then, after months, I started using Async-await. (more…)

Read more »