New posts in ecmascript-2016

What is after Internet Explorer 11 on Windows 7? How well will ES2016 be supported in enterprises?

IE does not support Array includes or String includes methods

Why is -1**2 a syntax error in JavaScript?

ES2015/2016 way of 'typeof varName === 'undefined`?

React with ES7: Uncaught TypeError: Cannot read property 'state' of undefined [duplicate]

Find all matching elements with in an array of objects [duplicate]

Succinct/concise syntax for 'optional' object keys in ES6/ES7?

Can you use es6 import alias syntax for React Components?

Best way to polyfill ES6 features in React app that uses create-react-app

Why is Math.pow() (sometimes) not equal to ** in JavaScript?

How can I `await` on an Rx Observable?

Array.prototype.includes vs. Array.prototype.indexOf

Using `window.location.hash.includes` throws “Object doesn't support property or method 'includes'” in IE11

Can I fire and forget a promise in nodejs (ES7)?

How can I clone a JavaScript object except for one key?