Skip to content

Instantly share code, notes, and snippets.

@tkihira
Created March 30, 2012 09:46
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 tkihira/2250405 to your computer and use it in GitHub Desktop.
Save tkihira/2250405 to your computer and use it in GitHub Desktop.
for..in hack
var o = {a: 0, b: 1, c: 2, d: 3};
var a = []; var i = 0;
for(a[i++] in o);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment