JavaScript : how it works, where it can trip you up
May 28, 2014
JavaScript : how it works, where it can trip you up
In JavaScript, the special variable this is relatively complicated, because it is available everywhere, not just in object-oriented settings. To understand this, it is best to partition the locations where…