Introduction to JavaScript

  1. History of JavaScript
  2. About JavaScript
  3. JavaScript editors, IDEs
  4. alert
  5. Document.write
  6. confirm
  7. prompt
  8. console
  9. Separate script to its own file
  10. Comments in JavaScript
  11. Bad Comments in JavaScript
  12. Literal values in JavaScript (numbers, strings, booleans, etc.)
  13. Examples for generating Infinite and NaN (not a number)
  14. var - variables in JavaScript
  15. Variables without var
  16. use strict
  17. use strict + var
  18. Scope of variables
  19. Exercise: Set up environment for web browser
  20. Exercise: Set up environment for command line
  21. Exercise: Set up development environment
  22. Exercise: Hello World