The significance of this, call(), apply(), and bind() in JavaScript
What `this` means in JavaScript
The this keyword in JavaScript refers to the context where a piece of code (e.g. functions body or an object) is supposed to run. It is used to access an object's prope
js-call-apply-bind.hashnode.dev3 min read