Understanding the this Keyword in JavaScript
This keyword refers to the object that calls the function.
Whoever calls the function becomes this inside that function.
The value of this is not decided when the function is written.
It is decided wh
javacript-new.hashnode.dev4 min read