Created
October 14, 2017 13:14
-
-
Save o0101/94be31d66782a78bf7a78b1ce39f5277 to your computer and use it in GitHub Desktop.
Crackle Pop
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
// javascript (tested in Chrome 61) | |
// also here: https://runkit.com/dosyago-coder-0/cracklepop | |
(new Array(8)).join('///Crackle//Pop/Crackle///Crackle/Pop//Crackle///CracklePop') | |
.split(/\//g).slice(0,101).forEach((print,number) => number > 0 ? console.log(`${number}: ${print}`) : ''); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment