Promises in JavaScript: Trust Issues in Code

Promises in JavaScript: Trust Issues in Code

1 min read

Promises in JavaScript are like the friend who says they’ll help you move and shows up three hours late. In this article, we unpack promises, async/await, and how to stop chaining .then() like it’s a bad habit.

Articles similaires

JavaScript Math is a Lie

JavaScript Math is a Lie

A hilariously painful journey through floating point math in JavaScript. Yes, 0.1 + 0.2 ≠ 0.3.

Programming
1 min read
A Functions Existential Crisis

A Functions Existential Crisis

A lighthearted guide to recursion—aka that thing you call within itself until it forgets why it started.

Programming
1 min read