Talk in English - US at php[tek] 2017
Short URL: https://joind.in/talk/ee627
(QR-Code (opens in new window))
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.
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.