Skip to content

Instantly share code, notes, and snippets.

@o0101
Created October 14, 2017 13:14
Show Gist options
  • Save o0101/94be31d66782a78bf7a78b1ce39f5277 to your computer and use it in GitHub Desktop.
Save o0101/94be31d66782a78bf7a78b1ce39f5277 to your computer and use it in GitHub Desktop.
Crackle Pop
// 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