2011/1/21 Trygve Lie <[email protected]>: > At the moment I am working on a basic introduction course to JavaScript > and in this process I am checking up all the basic stuff I learned years > ago and have been using for years. I must admit I do find some stuff I've > forgotten, miss understood, or stuff I was not aware of. All in all; a > good process for me also. > [...] > 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? > > Trygve Lie >
Don't get me wrong, but if you want to teach the language you have even bigger responsibility to RTFM. You don't need to read all the specification to get a quick answer for a question btw. CTRL+F is there for you since 199x something. You don't even need a PDF reader: http://es5.github.com/ Best, - Balázs -- 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]
