Skip to content

Instantly share code, notes, and snippets.

@imeredith
Created October 1, 2012 10:20
Show Gist options
  • Save imeredith/3810738 to your computer and use it in GitHub Desktop.
Save imeredith/3810738 to your computer and use it in GitHub Desktop.
if ( cond ) {
if (cond) {
"a"
} else {
"b"
}
} else if (cond) {
"c"
} else {
if (cond) {
"a"
} else {
"b"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment