MENU
ECMAScript 2015 (ES6)
Major new features:
function default parameters, and rest parameter
Minor new features:
HTML-style comments
Object.assign(), Object.is(), Object.getOwnPropertySymbols(), Object.setPrototypeOf()
Number.isNaN(), Number.isFinite(), Number.isSafeInteger(), Number.EPSILON, Number.MIN_SAFE_INTEGER, Number.MAX_SAFE_INTEGER
str.fromCodePoint(), string.startsWith(), str.endsWith(), str.includes(), str.repeat(), str.normalize(), str.codePointAt()
Array.from(), Array.of(), arr.find(), arr.findIndex(), arr.keys(), arr.values(), arr.entries(), arr.fill(), arr.copyWithin()
Math.sign(), Math.trunc(), Math.cbrt()