Understanding the `this` Keyword in JavaScript
what is `this`
this is just a reference ( a pointer) to the object that is calling a function
people misconception that this refer to where the function is written this is dead wrong
js does not care
dushyantxcode.hashnode.dev5 min read