1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-30 04:30:01 +02:00

Fix broken build

This commit is contained in:
Kamran Ahmed
2022-10-04 17:13:48 +04:00
parent 8af10bc84f
commit 73c906e5da

View File

@@ -3,4 +3,4 @@
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
<BadgeLink colorScheme='yellow' badgeText='Read' href= 'https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/label'>Label Statements</BadgeLink>