Skip to content

Instantly share code, notes, and snippets.

@ericelliott
Last active September 9, 2019 17:17
Show Gist options
  • Star 22 You must be signed in to star a gist
  • Fork 6 You must be signed in to fork a gist
  • Save ericelliott/c31dfd2b937268e5a2c2 to your computer and use it in GitHub Desktop.
Save ericelliott/c31dfd2b937268e5a2c2 to your computer and use it in GitHub Desktop.
ES6: The ROAD MAP Examples

 

ES6, The ROAD MAP

  • R Rest & Spread
  • O Object Literal Shortcuts
  • A Arrow Functions
  • D Destructuring & Default Parameters
  • ...
  • M Modules
  • A Asynchronous P Programming (promises & generators)

Start Using ES6!

const and let

Rest & Spread

Object literal shortcuts (concise object literals)

Arrow Functions

Destructuring and default parameters

Modules

Asynchronous Programming

Template Strings

That's It!

Thanks for joining us. A video of the live webcast and all these sourcecode links will be available soon in the members area at EricElliottjs.com.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment