We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15ed0d0 commit 070b777Copy full SHA for 070b777
1 file changed
1-js/02-first-steps/13-while-for/article.md
@@ -369,6 +369,7 @@ label: for (...)
369
```
370
371
A `break` directive must be inside a code block. Technically, any labelled code block will do, e.g.:
372
+
373
```js
374
label: {
375
// ...
0 commit comments