The Magic of this, call(), apply(), and bind() in JavaScript
One of the most confusing topics for JavaScript beginners is:
๐ง this
At first, it may look mysterious.
But once you understand one simple idea:
๐ "this depends on who is calling the function"
everyt
joy-swarnakar.hashnode.dev6 min read