Empty statement (;) (Statement)

A no-op 'do-nothing' statement.

Availability:

ECMAScript edition - 2
JavaScript - 1.0
JScript - 1.0
Internet Explorer - 3.02
Netscape - 2.0
Netscape Enterprise Server - 2.0
JavaScript syntax:-;

An empty statement is signified by a semi-colon on a line by itself or a semi-colon following a semi-colon with no executable statements in between them.

The associativity is left to right.

Refer to the operator precedence topic for details of execution order.

Warnings:

See also:Associativity, Operator Precedence, Semi-colon (;), Statement

Cross-references:

ECMA 262 edition 2 - section - 12.3

ECMA 262 edition 3 - section - 12.3