Skip to content

Instantly share code, notes, and snippets.

@jbueza
Created August 11, 2012 08:01
Show Gist options
  • Save jbueza/3322354 to your computer and use it in GitHub Desktop.
Save jbueza/3322354 to your computer and use it in GitHub Desktop.
(someCondition) ? (function() {
//then do this!
})() : (function() {
//else do that!
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment