The Magic of this, call(), apply() and bind() in JavaScript
Mar 15 · 5 min read · What `this` means in JavaScript?
The this keyword refers to the context where a piece of code, such as a function's body, is supposed to run. Most typically, it is used in object methods, where this r