Possible Duplicate:
To tell Javascript version of your browser
With JavaScript is it possible to detect the current version of JavaScript supported in the browser?
I'm looking for something similar to navigator.userAgent
but for the JavaScript version.
EDIT: I'm not asking that to perform feature detection. I'm digging more into JavaScript, and use my browsers' javascript consoles. I would like to know for each of my browsers if they support ECMAScript Edition 5 for instance.