Learn javascript basics by writing a hangman game.
npm install
npm install -g grunt-cli
- Start auto-reloading web-server for your exercise by running
grunt
. - Open http://localhost:8000 or http://localhost:8000/test in your browser.
- Values and Variables
- Arithmetic Operators and the Math Object
- Strings
- Arrays
- Control Flow
- Functions
- Browser and DOM Manipulation