Skip to content

Instantly share code, notes, and snippets.

@amcrawford
Forked from rrgayhart/es6.markdown
Last active February 6, 2016 17:30
Show Gist options
  • Save amcrawford/e46e4a1f5efc09f4fb34 to your computer and use it in GitHub Desktop.
Save amcrawford/e46e4a1f5efc09f4fb34 to your computer and use it in GitHub Desktop.
ES6 Homework

What is ES6?

  • ES6 is the newest update to the Javascript and is currently being incorporated into most major JavaScript engines.

What is Transpilation and how does it relate to ES6?

  • Transpilation is the process of converting code to an updated/ similar language. Because ES6 is not fully supported yet, it must be converted on the client-side.

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

  • String interpolation seems pretty exciting! While not necessarily a needed feature, coming form Ruby, it would be really great to have.
@rrgayhart
Copy link

You've got some markdown formatting issues here! But otherwise 👍

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