Understanding the this Keyword in JavaScript
this is little bit confusing but today we will try to make it easy.
this at the top
when we use this directly. In browser it points to the window object. like if you want you can do this.alert() this
annodiya.hashnode.dev3 min read