Introduction to
ES2015, previously called ES6, is the new version of JavaScript. It's supported by Node.js and modern browsers. Older browsers such as IE and iOS Safari will have to rely on Babel, a compiler that converts ES2015 to ES5 code.