Understanding the this Keyword in JavaScript (Simple Guide for Beginners)
The this keyword in JavaScript is one of the most confusing concepts for beginners.
But it becomes simple if you understand one rule:
this refers to the object that is calling the function.
What this
surajdotdev.hashnode.dev2 min read