All About this keyword in JavaScript.
The this keyword is one of the most widely used and yet confusing keyword in JavaScript.
this points to a particular object. Now, which is that object is depends on how a function which includes 'this' keyword is being called.
Look at the following e...
shrinkhla.hashnode.dev6 min read