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
Mar 16, 20263 min read4
