Understanding the 'this' Keyword in JavaScript
The this keyword is one of the most misunderstood concepts in JavaScript, but the core idea is simple. The value of this depends on how a function is called, not where it is written. It represents the
aronamic.hashnode.dev3 min read