The Magic of this, call(), apply(), and bind() in JavaScript
What is this in JavaScript
This is a keyword that is used to access code components in current execution context.
More formally...In JavaScript, this is a special keyword that dynamically refers to
tech-blogs-shivanshu.hashnode.dev5 min read