Last active
November 20, 2015 05:16
-
-
Save skyzyx/9296875eb8bb9bcc3ae3 to your computer and use it in GitHub Desktop.
Will you go out with me?
This file contains hidden or 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
[ | |
"01010111", | |
"01101001", | |
"01101100", | |
"01101100", | |
"00100000", | |
"01111001", | |
"01101111", | |
"01110101", | |
"00100000", | |
"01100111", | |
"01101111", | |
"00100000", | |
"01101111", | |
"01110101", | |
"01110100", | |
"00100000", | |
"01110111", | |
"01101001", | |
"01110100", | |
"01101000", | |
"00100000", | |
"01101101", | |
"01100101", | |
"00011111", | |
"00111111" | |
].forEach(function(v) { | |
document.write( | |
String.fromCharCode( | |
parseInt(v, 2) | |
) | |
); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http://jsbin.com/bacutelego/edit?js,output