Understanding the this Keyword in JavaScript
Introduction
The this keyword is one of the most commonly used and often confusing concepts in JavaScript. Its value depends on how a function is called, not where it is written.
This article explains
understandingthethiskeyword-in-javascript.hashnode.dev3 min read