Skip to content

Instantly share code, notes, and snippets.

@danprince
Created October 29, 2013 14:32
Show Gist options
  • Save danprince/7215788 to your computer and use it in GitHub Desktop.
Save danprince/7215788 to your computer and use it in GitHub Desktop.
Run it in your console.
/* * * * * * *
|| || || || || || ||
|| || || || || || ||
|| || || || || || ||
|| || || || || || ||
|| || || || || || ||*/
c= function(i) {a.push(i*1)};
a=[];c(14/2+"2"),c(97),c(10+1
+"2");c(112),c("1"+2+"1"), c(
32);c(36/6+""+48/8),c("1"+ (+
false)+5);c(110+"4"*1),c(116),
c(10*10+1*"4" ); c(""+ +true+
+false+ +false);c(97),c(1+"2"
+1),c(Math.sqrt(9)+"3");alert
(a.reduce(function(pr,cr){
return pr+String.fromCharCode
(cr)},""));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment