What JavaScript versions are there and how do they map to Node.JS versions?

Published: | Updated: | by Julian Knight Reading time ~1 min.
📖 Kb | 📎 Development | 🔖 JavaScript, ECMAscript, node.js, nodejs

There are now far too many versions of JavaScript. Worse, there are several ways to refer to a JavaScript version. Then we have Node.JS which has its own versioning. This post tries to summarise it all.

This is just a summary for my own reference. See References below for more details.

Please let me know if there are any errors. I will update the table periodically.

ECMA-262 VersionECMAScript Year VersionPublish DateNode.JS Version
5N/A2009-12
6ES20152015-066.5.0+
7ES20162016-067.0.0+
8ES20172017-068.10.0+
9ES20182018-0610.0.0+

Notes:

  • Versions of Node.JS prior to those shown are likely to support some features of newer JS versions. The versions shown are those that support virtually all of the features.
  • Some JavaScript features may not be implemented in Node.JS.
  • Node uses the V8 JavaScript engine. Also used by the chromium browser (which underpins Vivaldi, Google Chrome, Opera and many others. Soon to be used by Microsoft Edge as well).

References 🔗︎


comments powered by Disqus