Session

EcmaScript 6 - Features By Testing

with Kyle Simpson

ES6 (aka ES2015) offers many new and exciting features, from expressive syntax, to new powerful built-in APIs, to entirely new-to-JS programming paradigms. We'll start by quickly reviewing some of the best of these coming attractions. But how do we properly and responsibly bridge from our current code to the new ES6? Browser support in the newest browsers is already very strong, but has a long way to go, and older browsers still loom. Let's look to feature testing to fully embrace everything JS has to offer our applications, not only now but beyond ES6!

JavaScript