MDN Javascript.info Mastering The JavaScript This Keyword The meaning of thethiskeyword depends on how and where the function is called, not where it is declared. Its meaning changes every time a function is called from different execution context. Why execution context? Becausethiskeyword is a...