You don't know 'this' in JavaScript
The this keyword in JavaScript refers to the main object which it belongs to and it has different values depending on where it is used:
Inside a method or object this refers to the owner/current object.
Alone or inside a function it refers to the ...
rahulism.hashnode.dev2 min read