Understanding the this Keyword in JavaScript
Introduction
One of the most confusing concepts for JavaScript beginners is:
this
At first, this may feel strange because its value changes depending on how a function is called.
But once you unders
ranjan-blog.hashnode.dev6 min read