The Magic of this, call(), apply(), and bind() in JavaScript
Introduction
JavaScript has a special keyword called this that often confuses beginners.
The meaning of this depends on how a function is called.
A simple way to think about it is:
this refers to the
namrabuilds.hashnode.dev4 min read