The Magic of this, call(), apply(), and bind() in JavaScript
INTRODUCTION
JavaScript is powerful… but sometimes confusing.
One of the most confusing topics for beginners is the mysterious keyword this.
You might have seen code like this:
console.log(this);
and
javascript-anil-blogs.hashnode.dev6 min read