July 1998
Intermediate to advanced
1456 pages
65h 5m
English
break — NN 2 IE J1 ECMA 1
Stops execution of the current loop and returns control to the next
script statement following the end of the current loop. Note that
without a label parameter, the scope of the break
statement is its own loop. To break out of a nested loop, assign
labels to each nested layer, and use the desired label as a parameter
with the break statement. See the
label statement (available only starting with
Navigator 4 and Internet Explorer 4).
break [label]See the label statement.
Read now
Unlock full access