JavaScript upgrade will nix object observation feature – InfoWorld

InfoWorld JavaScript upgrade will nix object observation featureInfoWorldObject.observe, a planned feature for JavaScript that would allow for direct observation of changes to objects, will be removed from a planned update to the ECMAScript specification under a plan floated this week. The plan, offered by Object.observe … JavaScript – Google News… more →
Posted in: JavaScript

Just JavaScript – Object Construction – iProgrammer

Just JavaScript – Object ConstructioniProgrammerOne of the most misunderstood parts of JavaScript is the way that objects are created. The reason is that JavaScript doesn't make use of the idea of class and programmers coming from other languages try to re-implement it. In a language that uses only … JavaScript – Google News… more →
Posted in: JavaScript