Skip to content

Instantly share code, notes, and snippets.

@richtaur
Forked from geoffb/gist:500856
Created July 30, 2010 16:44
Show Gist options
  • Save richtaur/500866 to your computer and use it in GitHub Desktop.
Save richtaur/500866 to your computer and use it in GitHub Desktop.
a line for each condition
if (
something
&& !somethingElse
&& (otherThing === null)
) {
callFunction();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment