break Keyword

Syntax

break;
break label;

label Optional
Identifier associated with the label of the statement. If the statement is not a loop or switch, this is required.