Yesterday, as I writing about changing the execution context of self-executing functions in JavaScript , I realized that I didn't have a good general post on what execution context was or how it can be changed. I've talked about it a number of times, but never in a really cohesive way. In JavaScript, all function bodies have access to the "this ...
Read More ยป