Skip to content

Instantly share code, notes, and snippets.

@pmikutel
Last active November 11, 2016 17:47
Show Gist options
  • Save pmikutel/0ed83680f43bf11f54d3f306c1a0e7b4 to your computer and use it in GitHub Desktop.
Save pmikutel/0ed83680f43bf11f54d3f306c1a0e7b4 to your computer and use it in GitHub Desktop.
Exercise for training ECMAScript 2015 new features

ES Sports (icyny gejm) 2015

Create a very simple web app using ECMAScript 2015 that is related to sport. It can be about sport or for people doing sports. In your app find a creative and useful usage for features from presentation.

Must have

Your app should use following features:

  • Generators
  • String Repeating
  • Maps
  • Sets

Project should be complied to ES 5 using Babel.

Good to have

Additional points will be awarded for using:

  • Promises
  • Classes
  • Modules
  • Internalization API
  • Destructuring Assignment

Extra

While creating this app try to use ES6 everywhere when possible. Every single additional ES6 features, will be also counted as a bonus points (it might be the "game winner" for your team).

Additional task

Create a table or a list containing all used features.

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