This is a JS class, aimed at high-level students.
- language katas using mocha/chai/sinon
- Note : I found a similar idea, but for assessment https://github.com/rmurphey/js-assessment
- simple tech demos
- (TODO more)
Program :
- language : ES6 but mainly features available in node https://nodejs.org/en/docs/es6/
- fetch API
- node.js
- AnglarJS
Node 5+ needed
nvm install 5
npm install
npm start <-- Linux
.\node_modules\.bin\puer.cmd <-- Windows
- node
- Build an app skeleton for project
- https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript
- http://www.oreilly.com/web-platform/free/files/modern-javascript.pdf
- favicons generated with http://realfavicongenerator.net/
- https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript
- https://github.com/braydie/HowToBeAProgrammer
- http://caniuse.com
- https://nodejs.org/en/docs/es6/
- https://github.com/DrkSephy/es6-cheatsheet
HTML APIs