Introduction to JavaScript
- History of JavaScript
 - About JavaScript
 - JavaScript editors, IDEs
 - alert
 - Document.write
 - confirm
 - prompt
 - console
 - Separate script to its own file
 - Comments in JavaScript
 - Bad Comments in JavaScript
 - Literal values in JavaScript (numbers, strings, booleans, etc.)
 - Examples for generating Infinite and NaN (not a number)
 - var - variables in JavaScript
 - Variables without var
 - use strict
 - use strict + var
 - Scope of variables
 - Exercise: Set up environment for web browser
 - Exercise: Set up environment for command line
 - Exercise: Set up development environment
 - Exercise: Hello World