Block { } (Statement)

A list of executable statements enclosed in curly braces.

Availability:

ECMAScript edition - 2

See also:Compound statement, if( ... ) ... , if( ... ) ... else ... , Statement

Refer to:

Code block delimiter {}

Cross-references:

ECMA 262 edition 2 - section - 12.1

ECMA 262 edition 3 - section - 12.1

Wrox Instant JavaScript - page - 17