This document provides an introduction to JavaScript, including:
- JavaScript is a client-side scripting language that makes web pages dynamic and interactive. It is supported by all major browsers.
- There are two types of scripting languages: client-side (like JavaScript) that execute in the browser, and server-side (like PHP) that execute on the server.
- The document outlines how to start programming in JavaScript using <script> tags, and covers JavaScript syntax including variables, data types, control structures, functions, operators, and built-in methods like alert().