The Magic of this, call(), apply(), and bind() in JavaScript
In JavaScript, one of the most confusing topics for beginners is this keyword and function methods like call, apply, and bind.
But the idea is actually simple.
Think of it like this:
this means “who
javascript-nodejs.hashnode.dev4 min read