Topic
#js-fundamental(2)
Articles and deep dives focusing on #js-fundamental.
May 2, 2026·3 min read
how 'this' behaves in the call, bind, apply
**a brief intro of this with call, bind and apply**
#javascript#js-fundamental#this
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