Upgrade to Pro — share decks privately, control downloads, hide ads and more …

ES6, Right here, right now

Frontend NE
October 01, 2015

ES6, Right here, right now

Why ES6 (the next version of JavaScript) is great and how you can use it today

Frontend NE

October 01, 2015
Tweet

More Decks by Frontend NE

Other Decks in Technology

Transcript

  1. Classes No support for private methods, can fake it though

    No support for private variables, yet
  2. Others • Built in promises • Sets, Maps • Proxies

    • Math - .isNan, .isInteger, constants • Array - .from, .find, .findIndex • Strings - .contains • Binary and octal literals • Generators and yield • Destructuring and spread operators
  3. Server side > Node 4 - everything except modules <

    Node 4 is a crapshoot Hook into require