The Magic of this, call(), apply(), and bind() in JavaScript
In JavaScript, this is one of the most confusing concepts for beginners. Sometimes it refers to an object, sometimes to the global scope, and sometimes it becomes undefined.
If you've ever passed a fu
desi-dev.hashnode.dev5 min read