[Contents] [Previous] [Next] [Index]
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.
Syntax conventions: All keywords in syntax statements are in bold. Words in italics represent user-defined names or statements. Any portions enclosed in square brackets, [ ], are optional. {statements} indicates a block of statements, which can consist of a single statement or multiple statements delimited by a curly braces { }.
Table 3.1 lists statements available in JavaScript.
Table 3.1 JavaScript statements.
[Contents] [Previous] [Next] [Index]
Last Updated: 10/31/97 12:29:59
Copyright � 1997
Netscape Communications Corporation