JavaScript Math is a Lie

JavaScript Math is a Lie

1 min read

Ever tried 0.1 + 0.2 === 0.3 in JS? Yeah, it returns false. In this satirical-yet-informative piece, we dig into why JavaScript math feels like it’s gaslighting us and how to work around it without losing your mind.

Articles similaires

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