Last active
June 29, 2016 23:44
-
-
Save fliptopbox/ebcdabff58f76c5f9208b4afcf91f34f to your computer and use it in GitHub Desktop.
javascript - alien in my 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
(function(e,t) { | |
console.log('%s\nKilroy was here.', t.replace(/\w/g, function(x) {return e[x];})); | |
}({a:' ',l:'▀',i:'▄',e:'█',n:'\n'}, "aaaliaaailaanaaieleeeleianaeleeeeeeelenaeaellllleaenaaaallallaaan")); | |
console.log output: | |
▀▄ ▄▀ | |
▄█▀███▀█▄ | |
█▀███████▀█ | |
█ █▀▀▀▀▀█ █ | |
▀▀ ▀▀ | |
Kilroy was here. | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment