Skip to content

Instantly share code, notes, and snippets.

@notmarkmiranda
Created July 4, 2016 01:52
Show Gist options
  • Save notmarkmiranda/c2a50e2745b8474070a1e689e2a83964 to your computer and use it in GitHub Desktop.
Save notmarkmiranda/c2a50e2745b8474070a1e689e2a83964 to your computer and use it in GitHub Desktop.

What is ES6?

  • ES6 is the sixth update of ECMAScript. It brings updates to JavaScript.

What is Transpilation and how does it relate to ES6?

  • Transpilation is a type of compilation that converts code to a similar level of abstraction.

Looking at the ES6 Features link below, discuss one update from ES5 and if it seems useful/superfluous.

  • The class update to ES6 seems really useful. It makes it more like Ruby and seemingly other programming languages.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment