We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 293c9b7 commit 15ed0d0Copy full SHA for 15ed0d0
1 file changed
1-js/02-first-steps/13-while-for/article.md
@@ -340,6 +340,7 @@ The `break <labelName>` statement in the loop below breaks out to the label:
340
// do something with the value...
341
}
342
343
+
344
alert('Done!');
345
```
346
0 commit comments