Created
October 29, 2013 14:32
-
-
Save danprince/7215788 to your computer and use it in GitHub Desktop.
Run it in your console.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* * * * * * * | |
|| || || || || || || | |
|| || || || || || || | |
|| || || || || || || | |
|| || || || || || || | |
|| || || || || || ||*/ | |
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