Table of Contents | Previous | Next | Index


PART 2
Language Elements

Chapter 3   Statements

This chapter describes all JavaScript statements. JavaScript statements consist of keywords used with the appropriate syntax. A single statement may span multiple lines. Multiple statements may occur on a single line if each statement is separated by a semicolon.

Chapter 4   Operators

JavaScript has assignment, comparison, arithmetic, bitwise, logical, string, and special operators. This chapter describes the operators and contains information about operator precedence.

Table of Contents | Previous | Next | Index

Last Updated: 10/29/98 20:17:41

Copyright (c) 1998 Netscape Communications Corporation