Understanding this, call(), apply(), and bind() in JavaScript
Understanding this, call(), apply(), and bind() in JavaScript
TL;DR: this = who called the function. call() and apply() run a function immediately with a custom this. bind() returns a new function wi
understanding-this.hashnode.dev7 min read