This document provides an introduction to JavaScript. It discusses the purposes of JavaScript including making web pages interactive by responding to events and accessing information about the user's computer. It compares JavaScript to other languages like Java and PHP. The document then covers basic JavaScript syntax and constructs including variables, data types, operators, conditional statements, functions, and arrays. It provides examples of how to use many common JavaScript features.