The next evolution of the JavaScript language is just around the corner, but you can start using it today. Learn about the new language features that ES6 brings and how to use those features to simplify maintaining your JavaScript. Start using ES6 on production sites today using Babel, a JavaScript compiler. Combined with Webpack, which allows you to use node modules in the browser, you can modularize your JavaScript, easily manage your dependencies and start sharing your code across projects.

Comments

Comments are closed.

SH at 17:51 on 30 May 2017

I enjoyed this talk and becoming more familiar with the new changes coming out with ES6, and the difference between how to do something ES5 vs ES6.