Skip to content

Instantly share code, notes, and snippets.

@carbide-public
Created May 4, 2018 17:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carbide-public/bc803699926eaa72e1e55740403778dc to your computer and use it in GitHub Desktop.
Save carbide-public/bc803699926eaa72e1e55740403778dc to your computer and use it in GitHub Desktop.
untitled
let a = 0;
label: {
a++;
break label;
a++;
}
console.log("and a is: %d", a);
a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment