What is this?!
Chris Price, May 5th, 2010
This post discusses the this keyword, what it represents, how it can catch you out and how to avoid those problems. It also introduces the functions call and apply from the Function prototype. Let’s start with a definition – The value of this is determined at the point at which the function is invoked, and [...]
