Skip to content

Instantly share code, notes, and snippets.

@jinthagerman
Last active August 29, 2015 14:05
Show Gist options
  • Save jinthagerman/f4e4890183754e906611 to your computer and use it in GitHub Desktop.
Save jinthagerman/f4e4890183754e906611 to your computer and use it in GitHub Desktop.
My GOTO moment
if (isSometimesTrue) {
// Sometimes do something
} if (isAlsoSometimesTrue) {
// Sometimes do something else
} else {
// Only do if others fail, but is instead always executed.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment