Home > Article > Web Front-end > javascript break specifies tag to break multi-layer loop example_javascript skills
When I was reading the authoritative guide to JavaScript today, I found that there are two types of break syntax (break; and break label;). . . I never looked carefully before, it was just on the first few pages.
But I didn’t understand how to write label, so I checked online and found an example