Workshop: Tweet"ECMAScript 6 Workshop"
In this workshop, you create a Mortgage Calculator with amortization table using many of the new ECMAScript 2015 (aka ECMAScript 6) features. You use Babel and Webpack to transpile the ECMAScript 6 application and run it in current browsers.
Topics: Setting Up Babel to run ECMAScript 6 apps in current browsers Using let variables Using Object and Array Destructuring Using Arrow Functions Using Template Strings Setting Up Webpack Using Modules Using Classes Using Promises