Skip to content

Instantly share code, notes, and snippets.

@gggritso
Created October 10, 2014 03:33
Show Gist options
  • Save gggritso/5a98fa513971872773a8 to your computer and use it in GitHub Desktop.
Save gggritso/5a98fa513971872773a8 to your computer and use it in GitHub Desktop.
console.lol
console.lol = function() {
var harray = [], harrumpf = Math.floor( Math.random() * 10 + 2 );
while ( harrumpf-- ) harray.push( 'ha' );
console.log( harray.join( '' ) + '!' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment