Closed Bug 1239831 Opened 9 years ago Closed 9 years ago

Missing semicolon from docs. js loops and iteration

Categories

(Developer Documentation Graveyard :: JavaScript, defect, P5)

All
Other
defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: rstormsf, Unassigned)

References

()

Details

:: Developer Documentation Request

      Request Type: Correction
     Gecko Version: unspecified
 Technical Contact: fscholz@mozilla.com

:: Details

Missing semicolon in Example 2: Breaking to a label (line 2)
var x = 0;
var z = 0
labelCancelLoops: while (true) {
...

var z =0 ; is missing semicolon
Thanks for your report! I have added the semicolon.
 
Did you know MDN is a wiki? You can also just sign up and fix these issues :)
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.