EcmaScript Fifth Edition, or Ecma-262, has been announced and contains some changes to the language. What features in the new version are going to help you write better code?
|
The JSON object in section 15.12 looks awesome. That would help, as right now one must rely one either the insecure eval() or some slow pure-JavaScript implementation that you have to include with the rest of your scripts. There's no native support, but this new version will have it. |
||||
|
|
|
"Strict" mode sounded promising in the introduction, but a quick glance at Annex C (page 223) makes me wonder how useful it'll be. |
||||
|
|
|
A lot of what ES3.1 does is actually define already existing behaviour -- things like enumeration order in It does also define a few new functions like
[edit: in response to the person complaining about IE -- i believe IE8 already supports the above features] |
||||
|
|
|
John Reisig (the creator of jQuery) has a long post on the new features in ECMA Script 5. |
||||
|
|
|
Sadly, absolutely nothing, since IE will not support any standards that are newer than five years or so. |
|||||||||||||||||
|