Javascript `this`
A lot of people find this keyword in Javascript very confusing. Depending on where is it used and defined it can have different value.
This In Functions
In normal Javascript functions this refers to global object. It will be window object in browser ...
ivanov.hashnode.dev2 min read