Hard binding ‘this’ in your code
There are times when you are scratching your head wondering how on earth the value of ‘this’ got changed. For example, if you are within a function called from an object, ‘this’ may point to that object. However, when the function is set as an event ...
blog.adarshkonchady.com1 min read