Understanding 'this' in Javascript
By definition 'this' in Javascript refers to the object it belongs to and it can also be referred to as a property of the execution context
Let's look at some examples of how 'this' refers to the object it belongs to or the property of the execution ...
shlok30.hashnode.dev3 min read