Login
From:
MDN Web Docs
(Uncensored)
subscribe
Labeled statement - JavaScript | MDN
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/label
links
backlinks
Roast topics
Find topics
Find it!
A labeled statement is any statement that is prefixed with an identifier. You can jump to this label using a break or continue statement nested within the labeled statement.