👾 add missed break line
This commit is contained in:
parent
293c9b7f47
commit
15ed0d0953
1 changed files with 1 additions and 0 deletions
|
@ -340,6 +340,7 @@ The `break <labelName>` statement in the loop below breaks out to the label:
|
|||
// do something with the value...
|
||||
}
|
||||
}
|
||||
|
||||
alert('Done!');
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue