Created
June 8, 2012 02:39
-
-
Save shawjia/2893204 to your computer and use it in GitHub Desktop.
label in JavaScript
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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