Skip to content

Instantly share code, notes, and snippets.

@robertjwhitney
Created March 28, 2012 18:51
Show Gist options
  • Save robertjwhitney/2229371 to your computer and use it in GitHub Desktop.
Save robertjwhitney/2229371 to your computer and use it in GitHub Desktop.
node> if ([]) { console.log ("hey"); }
hey
node> [] == false
true
node> [] == true
false
node> if (false) { console.log("hey"); }
@bryanwoods
Copy link

Some of my favorites:

wtf

@robertjwhitney
Copy link
Author

hands += head

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment