Skip to content

Instantly share code, notes, and snippets.

@hazzik
Created September 19, 2013 04:18
Show Gist options
  • Save hazzik/6619100 to your computer and use it in GitHub Desktop.
Save hazzik/6619100 to your computer and use it in GitHub Desktop.
[].concat(
Object.getOwnPropertyNames(Object),
Object.getOwnPropertyNames(window)
).map(function(x){return {name:x,length:JSFuck.encode(x).length};})
.sort(function(x,y) {return x.length-y.length;})
.forEach(function(x) {console.log(x);})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment