We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7ec4f28 + fdcf507 commit e0f41eaCopy full SHA for e0f41ea
1-js/02-first-steps/13-while-for/article.md
@@ -318,7 +318,7 @@ alert('Done!');
318
319
We need a way to stop the process if the user cancels the input.
320
321
-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!
322
323
A *label* is an identifier with a colon before a loop:
324
```js
0 commit comments