Webgyani logo

A cognitive perspective on web

Tag Archives ECMAScript 5

John Resig – ECMAScript 5 Objects and Properties

ECMAScript 5 is on its way. Rising from the ashes of ECMAScript 4, which got scaled way back and became ECMAScript 3.1, which was then re-named ECMAScript 5 http://ejohn.org/blog/ecmascript-5-objects-and-properties/ ECMAScript is finally there, read the whole post by John Resig (Creator of  jQuery), and see the changes it brings to the JavaScript development, and the good news is that all major browser vendors agreed to implement this sooner than later. It has a detail description of how we will be accessing objects and it’s properties with some simple example code, to me this has opened a completely new era for JavaScript programming, though this specification brings real power to JavaScript which also comes with the cost of increased complexity, but as you know in any powerful language complexity is always there, it’s up to the developer how he/she can reduce the complexity but uses the full power of the language. [Continue... ]

Also tagged:

Categories