2011/1/21 Trygve Lie <[email protected]> > I've not read all of the ECMAScript specification document due to its > nature so I am a bit puzzled; are "const" part of the ECMAScript standard > or is it a Mozilla-specific extension as stated in the MDN doc? >
The keyword const isn't included in ECMAScript 5, but it will be included in a future edition. You can see in http://wiki.ecmascript.org/doku.php?id=harmony:proposals -- To view archived discussions from the original JSMentors Mailman list: http://www.mail-archive.com/[email protected]/ To search via a non-Google archive, visit here: http://www.mail-archive.com/[email protected]/ To unsubscribe from this group, send email to [email protected]
