Skip to content

Instantly share code, notes, and snippets.

@JosielFaleiros
Created April 23, 2020 14:31
Show Gist options
  • Save JosielFaleiros/2f417e8104e3490653d632ae072efd1f to your computer and use it in GitHub Desktop.
Save JosielFaleiros/2f417e8104e3490653d632ae072efd1f to your computer and use it in GitHub Desktop.
if labeling for break
iflabel:
if (true) {
console.log('before break ')
break iflabel
console.log('after break ')
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment