The Magic of this, call(), apply(), and bind() in JavaScript
Before understanding call(), apply(), and bind(), remember one important idea in JavaScript:
this refers to the object that is calling the function.
A simple way to think about it is:
“Who is speaking
tejasdevcodes.hashnode.dev5 min read