When we talk about method Context we need to make sure we understand these concepts right. this object and method invocation. This is how you use method invocation. objectName.methodName() OR objectName[methodName]. Every time when we call any Function we set its context. It refers to the Global Object (window object in browsers) unless it is [...]The post Javascript Method Context - Part 3 appeared first on Max Charyyev.