Recently I was writing some OOP javascript for browser. Javascript is different from other OOP languages like C++, C#, or Java. So, if you are not familiar with the differences and some extra capabilities of javascript, it’s really easy to get into horrible problems. One of those are context object aka this.
Advertisements