mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-02-24 19:42:51 +01:00
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>
This commit is contained in:
parent
9c0085019a
commit
24bda0c2e7
@ -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…
x
Reference in New Issue
Block a user