

At the same time, your JS code will continue to work. The ES standards committee has been working on ES6 ever since.ĮS6 is a major upgrade to the language. The last one, ES5, happened back in 2009. A new JS language standard doesn’t drop every day.

It means that this summer, we’ll have a new standard for the core JavaScript programming language. Last week, the final draft of the ECMAScript Language Specification, Edition 6, was submitted to the Ecma General Assembly for review. ECMAScript covers the aspects of JS that are present not only in the browser, but also in non-browser environments such as node.js. What it doesn’t define is anything to do with HTML or CSS, or the Web APIs, such as the DOM (Document Object Model). The standard library of built-in objects and functions – JSON, Math, Array methods, Object introspection methods, etc.

