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? I see Mozilla in their documentation has listings of different versions of Javascript, and you can set the version in the type attribute:
<script type="application/javascript;version=1.7"></script> However, how normalized is this between browsers? If we see ECMAScript version 5 somewhere, which browsers can we use those features in? Since so much of Javascript and JScript versioning seems unstandardized, I'm having problems knowing what I can use where. Thank you, Aaron -- 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]
