The Magic of this, call(), apply(), and bind() in JavaScript
Understanding this in JavaScript (call, apply, bind)
The keyword this confuses many beginners. But the idea is actually simple.
Think of this as:
“Who is calling the function?”
The value of this depen
devnotez.hashnode.dev4 min read