Feb 6, 2026·4 min read
Confusion will be gone about 'this'
Most confusion about `this` comes from one wrong assumption: that it's decided by where a function is **written**. It isn't. `this` is decided by how the function is **called**.
#this#javascript#core-js#js-fundamental