Skip to content

Instantly share code, notes, and snippets.

@jdliss
Forked from rrgayhart/1602-es6-assignment.markdown
Last active June 30, 2016 22:22
Show Gist options
  • Save jdliss/f4d6ee99a9936353f8331d5311c6d7bc to your computer and use it in GitHub Desktop.
Save jdliss/f4d6ee99a9936353f8331d5311c6d7bc to your computer and use it in GitHub Desktop.
ES6 Assignment

What is ES6?

  • ES6 is the 2015 standard for ECMA standard lanugages such as JavaScript.

What is Transpilation and how does it relate to ES6?

  • Compiling is changing a language into a lower level language, for example C compiles to assembly. Transpiling changes a lanugage into another of the same level. Javascript ES6 to ES5.

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

  • String interpolation should be standard in every modern lanugage, especially javascript which works with the DOM so much.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment