pebblecode / lightning-talks

Submit a PR to talk on the last Wednesday of each month at 5.30pm
0 stars 0 forks source link

Using ES6 today #13

Closed vincemtnz closed 9 years ago

vincemtnz commented 9 years ago

The ES6 draft is still being completed but, in the meantime, we can start to take advantage of some new features: Promise, let, const, class, class Foo extends Bar, arrow functions, generators, iterators, native modules, block scoped variables... The list is long and the draft can be overwhelming but we can start to adopt ES6 gradually and incrementally. The alternative title of this talk is:

Cultural learnings of ES6 to make benefit glorious community of JavaScript

This lightning talk would probably cover, in lightning speed, some points like:

dfjs commented 9 years ago

:+1: