Understanding the this Keyword in JavaScript
Introduction
The this keyword is one of the most important and sometimes confusing concepts in JavaScript.
Simply put, this refers to the object that is calling the function.
Understanding how this wo
harshpatoriya.hashnode.dev3 min read