Fix little formatting typo in 1.2.13 (loops)
This commit is contained in:
parent
f6ae0b5a5f
commit
fdcf507c1c
1 changed files with 1 additions and 1 deletions
|
@ -318,7 +318,7 @@ alert('Done!');
|
|||
|
||||
We need a way to stop the process if the user cancels the input.
|
||||
|
||||
The ordinary `break` after `input` would only break the inner loop. That's not sufficient--labels, come to the rescue!
|
||||
The ordinary `break` after `input` would only break the inner loop. That's not sufficient -- labels, come to the rescue!
|
||||
|
||||
A *label* is an identifier with a colon before a loop:
|
||||
```js
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue