Understanding the this Keyword in JavaScript
What this Representsthis refers to the object that is currently executing the function.
But the important thing to remember is:The value of this depends on how the function is called, not where it is
tech-log.hashnode.dev2 min read