Skip to content

Instantly share code, notes, and snippets.

@shawjia
Created June 8, 2012 02:39
Show Gist options
  • Save shawjia/2893204 to your computer and use it in GitHub Desktop.
Save shawjia/2893204 to your computer and use it in GitHub Desktop.
label in JavaScript
test1: {
console.log(1);
console.log(2);
console.log(3);
break test1;
// 下面的代码不会执行
console.log(4);
console.log(5);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment