Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/domenic/count-to-6

An intro to some ES6 features via a set of self-guided workshops.
https://github.com/domenic/count-to-6

Last synced: 11 days ago
JSON representation

An intro to some ES6 features via a set of self-guided workshops.

Awesome Lists containing this project

README

        

# Count Up to Version 6 of JavaScript!

**An intro to some ES6 features via a set of self-guided workshops.**

![A screenshot of the main Count to 6 menu](screenshot.png)

Count-to-6 will run you through a series of exercises that introduce you to some of the simpler features of ECMAScript 6, the upcoming revision to the JavaScript language. It leverages the excellent [Traceur compiler](https://github.com/google/traceur-compiler/) to allow you to write code with ES6 syntax, today.

Our coverage so far is pretty minor, but it's growing over time. Check out the issues list for upcoming plans.

## How to Play

First install [Node.js](http://nodejs.org/). Make sure it's a recent version, in the 0.10 range.

Now do:

```
npm install -g count-to-6
```

And get started by typing `count-to-6`!