Slide 48
Slide 48 text
A GO-TO ECMASCRIPT 6
...a.k.a. the next generation JavaScript.
Cleaner, richer syntax
let, const, spread, destructuring, arrow function, ...
ES6 modules
import / export
Better granularity vs CommonJS
Promise
A general framework for async computation