Skip to content

Instantly share code, notes, and snippets.

@miya2000
Created April 26, 2014 00:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save miya2000/11308179 to your computer and use it in GitHub Desktop.
Save miya2000/11308179 to your computer and use it in GitHub Desktop.
if (x < 0) { /**/ }
else if (x === 0) { /**/ }
else if (x > 0) { /**/ }
else { /**/ }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment