Skip to content

subfuzion/demo-iojs-es6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

io.js Ecmascript 6 language features

npm install
npm test

You can also run individual tests:

npm run test-let
npm run test-const
npm run test-function-in-blocks
npm run test-map
npm run test-set
npm run test-generator
npm run test-promise
npm run test-class

You can view the presentation as markdown or a pdf.

If you would like to use promises with existing Node modules (fs, http, etc), you might want to try @atomiq/promisify

About

Demonstrate io.js Ecmascript 6 language features in the form of mocha tests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published