Understanding the 'this' Keyword in JavaScript
The word "this" sounds simple. In most languages, it refers to the current object — straightforward. But in JavaScript, this changes depending on how a function is called, not just where it's defined.
preet-jain.hashnode.dev4 min read