The Magic of this, call(), apply(), and bind() in JavaScript
What is this in JavaScript?
Think of this as the answer to a very simple question: "Who is calling this function right now?" It's not about where a function is written — it's about who invokes it.
In
joydeep.hashnode.dev5 min read