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