JavaScript: this
The this keyword in JavaScript
The this
keyword is a source of confusion in JavaScript.
You might think you understand it because you understand how this
is used in C++ and Java. But in JavaScript,
the concept is a bit more subtle than you may realize.