The Magic of this, call(), apply() and bind() in JavaScript
What this Means in JavaScript
In JavaScript, this is a reference to an object, but it depends on how and where we use it.
In a Node environment without strict mode, this refers to the global object.
I
blog.dhiraj.dev4 min read