Skip to content

Instantly share code, notes, and snippets.

@skyzyx
Last active November 20, 2015 05:16
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 skyzyx/9296875eb8bb9bcc3ae3 to your computer and use it in GitHub Desktop.
Save skyzyx/9296875eb8bb9bcc3ae3 to your computer and use it in GitHub Desktop.
Will you go out with me?
[
"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)
)
);
});
@skyzyx
Copy link
Author

skyzyx commented Nov 20, 2015

img_3705

@skyzyx
Copy link
Author

skyzyx commented Nov 20, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment