Skip to content

Instantly share code, notes, and snippets.

@mklabs
Created November 1, 2010 16:24
Show Gist options
  • Select an option

  • Save mklabs/658450 to your computer and use it in GitHub Desktop.

Select an option

Save mklabs/658450 to your computer and use it in GitHub Desktop.
// 1: how could you rewrite the following to make it shorter?
if (foo) {
bar.doSomething(el);
} else {
bar.doSomethingElse(el);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment