Introduction to JavaScript

Syllabus

Outline

Resources

Links

JavaScript Guide (Mozilla)

JavaScript Reference (Mozilla)

Public Library e-books (requires library card and PIN)

W3 Schools JS tutorial

Example scripts and useful utilities

  1. Hello world

  2. Counting (pdf)

  3. Decimal / hexadecimal conversion

  4. Temperature conversion

  5. Char, word, and newline counting

  6. Encode/decode URI

  7. Thousands separators

  8. Various mouse-overs

  9. Popup menu

  10. CSS Animation

  11. Text-edit box

  12. RPN Calculator

  13. YUI Docs