ECMAScript 6 In Depth - Part I Prerequisites Good understanding of ECMAScript 5.1 Node.js or io.js installed Setup Clone this repo to your machine Run 'npm install' from the repo root Tests The tests we'll complete are in the "spec-empty" folder To run the tests, run 'npm test' from the repo root If you're a cheater, or just get stuck or fall behind, the passing tests are in the "spec-final" folder