Skip to content

Instantly share code, notes, and snippets.

@livecodelife
Forked from anonymous/es6-research.markdown
Last active October 10, 2016 04:51
Show Gist options
  • Save livecodelife/ae7ce17eda83b6f276d21894cb9284e6 to your computer and use it in GitHub Desktop.
Save livecodelife/ae7ce17eda83b6f276d21894cb9284e6 to your computer and use it in GitHub Desktop.
Length Points Week
15 minutes 5 Week 1

ES6 Research

Throughout the module (and your journey to Google enlightenment while working on IdeaBox2.0) you may notice a few different ways that JavaScript code is being written.

That might have something to do with something called ES6 and ES5

Deliverable

  • Fork This Gist
  • Respond in your forked gist with answers to the following questions
    • What is ES6?
      • The latest version of the ECMAScript standard
    • What is Transpilation and how does it relate to ES6? • Taking in one coding language and translating it to another. Babel is used to do this with ES5 and ES6
    • Looking at the ES6 Features link below, discuss one update from ES5 and if it seems useful/superfluous
      • I think the update to using ES6 classes is very useful and intuitive to object oriented programmers
  • You can use the resources below or your own Google-fu

Resources

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