Aaron Godin wrote: > Hello JSMentors, > > My questions is slightly less technical than I have seen in here, but > it is regarding versions of JS and ECMA script. Is there some way to > know which Javascript versions each of the major browsers are using?
You might think that is a simple question, but the answer isn't. :-) Thomas Lahn has created an ECMAScript Support Matrix that may be far more detailed than you were expecting, but I think it helps to illustrate that there are many differences between ECMAScript implementations, even if the comparison is limited to the more popular ones: <URL: http://pointedears.de/scripts/test/es-matrix/ > -- Rob -- 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]
