Understanding the this Keyword in JavaScript
What Does this Represent?
In JavaScript:
this represents the current execution context
But for beginners, the easiest way to understand it is:
this = the object that is calling the function
hitakshi120.hashnode.dev4 min read