this Keyword
What this represents
this refers to the object that is currently executing the function .
It doesn’t depend on where the function is written, but how it is called.
const obj = { greet() {\
console.lo
understanding-this-keyword-js.hashnode.dev2 min read