Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/domenic/count-to-6
- Owner: domenic
- License: other
- Created: 2014-05-18T17:56:02.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-10-20T19:10:36.000Z (about 7 years ago)
- Last Synced: 2024-05-09T09:59:03.069Z (6 months ago)
- Language: JavaScript
- Size: 81.1 KB
- Stars: 325
- Watchers: 9
- Forks: 76
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-workshopper - count-to-6
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`!