JavaScript this Keyword Explained Simply
If you've written JavaScript for a while, you've probably seen this:
this.name
It looks simple.
Then you put it inside a function and suddenly this becomes undefined, a global object, or something co
maazzz.hashnode.dev12 min read