Understanding the this Keyword in JavaScript
Introduction
The this keyword in JavaScript is one of the most commonly misunderstood concepts. Its value is not fixed—it depends entirely on how a function is called.
A simple way to understand this
abhi-this-js.hashnode.dev3 min read