Skip to content

Commit 15ed0d0

Browse files
authored
👾 add missed break line
1 parent 293c9b7 commit 15ed0d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

1-js/02-first-steps/13-while-for/article.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,7 @@ The `break <labelName>` statement in the loop below breaks out to the label:
340340
// do something with the value...
341341
}
342342
}
343+
343344
alert('Done!');
344345
```
345346

0 commit comments

Comments
 (0)