Added Mdn Source (#2104)
* Added Mdn Source * Update content/roadmaps/106-javascript/content/106-javascript-loops-iterations/102-break-continue/100-labeled-statements.md Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>pull/2318/head
parent
9c0085019a
commit
24bda0c2e7
1 changed files with 6 additions and 1 deletions
@ -1 +1,6 @@ |
||||
# Labeled statements |
||||
# Labeled Statements |
||||
|
||||
The labeled statement can be used with `break` or `continue` statements. It is prefixing a statement with an identifier that you can refer to. |
||||
|
||||
<ResourceGroupTitle>Free Content</ResourceGroupTitle> |
||||
<BadgeLink colorScheme='yellow' badgeText='Read' href= 'https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/label' > Label Statements |
||||
|
Loading…
Reference in new issue