Skip to content

Instantly share code, notes, and snippets.

@travisperson
Last active January 2, 2016 09:01
Show Gist options
  • Save travisperson/f89abde7a3e02aa37f1d to your computer and use it in GitHub Desktop.
Save travisperson/f89abde7a3e02aa37f1d to your computer and use it in GitHub Desktop.
if(n === 'a') {
foo()
boo()
} else if (n === 'b') {
boo()
} else if (n === 'c') {
woo()
shoo()
} else {
shoo()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment