Skip to content

Instantly share code, notes, and snippets.

@danjesus
Created September 9, 2011 13:52
Show Gist options
  • Select an option

  • Save danjesus/1206259 to your computer and use it in GitHub Desktop.

Select an option

Save danjesus/1206259 to your computer and use it in GitHub Desktop.
Why 10
//Method 1
console.log (++[[]][0]+[0]);
//Method 2
var zero = [0].toString();
console.log( 1 + zero );
//Method 3
console.log(++[[]][+[]] + [+[0]]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment