The Magic of this, call(), apply(), and bind() in JavaScript
In JavaScript, the keyword this is used to refer to the object that is calling a function. A simple way to understand this is to think of it as “who is calling the function.”
Different ways of calling
kushagrablogs.hashnode.dev4 min read