The Magic of this, call(), apply(), and bind() in JavaScript
Introduction
If you have been writing JavaScript for a while, you have probably run into the keyword this and thought:
"Wait... what exactly is this pointing to?"
Then you discover call(), apply(),
bhavay.hashnode.dev4 min read