What is "this"?
What is this in JavaScript?
In JavaScript, this is a keyword that refers to the object that owns the current execution context. In other words, this refers to the object that is calling the function in which this appears.
The value of this is determi...
divijsehgal.hashnode.dev5 min read