Why Does this Hate Me? Demystifying JavaScripts this

Why Does this Hate Me? Demystifying JavaScripts this

1 min read

Ah yes, the infamous this keyword in JavaScript—responsible for more broken code and debugging tears than any other. In this article, we’ll laugh through the pain and explain what this actually means in different contexts.

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