Skip to content

Instantly share code, notes, and snippets.

@cosinusoidally
Created April 14, 2016 14:41
Show Gist options
  • Save cosinusoidally/5fda1406e208a3978ab93be26e8515bb to your computer and use it in GitHub Desktop.
Save cosinusoidally/5fda1406e208a3978ab93be26e8515bb to your computer and use it in GitHub Desktop.
fixed version of https://repl.it/CFUK
w='Head|shoulders|knees and| toes|and eyes| and ears| and mouth and| nose|'.split('|');c=', ';n='\n';for(i=-1;++i<9;){k=w[2]+w[3]+n;f=w[0]+c+w[1]+c+k+k;console.log(f+f+w[4]+w[5]+w[6]+w[7]+n+f);w[i]=w[i].replace(/\w+/g,'...')}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment