JavaScript syntax: Difference between revisions

Content deleted Content added
Line 972:
==Control structures==
 
ÁÁÁ===Compound statements===
 
A pair of curly brackets <tt>{&nbsp;}</tt> and an enclosed sequence of statements constitute a compound statement, which can be used wherever a statement can be used.