Understanding the this Keyword in JavaScript
Introduction
The this keyword is one of the most important concepts in JavaScript, and also one of the most confusing for beginners.
A simple way to understand this is:
this refers to the object that
js-blog-subhasis.hashnode.dev4 min read