The Magic of this, call(), apply(), and bind() in JavaScript
Intro
this in JavaScript is one of those things that feels confusing at first, but once you get it — its like magic. Basically, this is just a way to say: "who is calling me right now?" It points to w
playwithjs.hashnode.dev3 min read