Understanding the this Keyword in JavaScript
What this represents => In JavaScript, this refers to the object that is calling the function.
A simple way to think about it:
this = “Who called this function?”
The value of this changes depending
kanu26.hashnode.dev2 min read