Javascript Context

1 · Carlos Alexandro Becker · Aug. 12, 2013, midnight
People make a lot of confusion about Javascript context mechanism. I don’t think it’s confusing at all, is just that it’s different when compared with other languages we generally use. The key to learn javascript is understanging the following: The context only changes inside functions You might be asking something like “but doesn’t it changes in …” NO, it doesn’t. I could literally just stop writing here, but I will be kind and give you some examples....