JS.10 JavaScript Statements

JavaScript statement syntax is very similar to Java statement syntax. Some important language constructs are introduced in the following sections:

Variable Definition

Function Definition

The 'if' Statement

The 'try-catch' Statement

Iteration Statements

The 'switch' Statement

The 'with' Statement

<< JS.9 Java Objects (LiveConnect) © 1996-2013 InetSoft Technology Corporation (v11.4) JS.10.1 Variable Definition >>