A Deep Dive into this, Call(), Apply(), and Bind()
What this Means in JavaScript
In JavaScript, this refers to the object associated with the current function invocation.
The key rule is, the value of this is determined by how a function is called, no
srujanee-chaicode-webdev-blogs.hashnode.dev3 min read