Skip to content

Instantly share code, notes, and snippets.

@Marak
Created March 1, 2010 23:31
Show Gist options
  • Save Marak/318937 to your computer and use it in GitHub Desktop.
Save Marak/318937 to your computer and use it in GitHub Desktop.
var right;
var wrongs;
// remember developers, two wrongs never make a right
if((2 * wrongs).toString()==(right * 1).toString()){
alert('except in javascript');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment