Skip to content

Instantly share code, notes, and snippets.

@mklabs
Created November 1, 2010 16:28
Show Gist options
  • Save mklabs/658454 to your computer and use it in GitHub Desktop.
Save mklabs/658454 to your computer and use it in GitHub Desktop.
bar[foo ? 'doSomething' : 'doSomethingElse'](el);
// OR
bar['doSomething' + (foo ? '' : 'Else')](el);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment