Created
October 10, 2014 03:33
-
-
Save gggritso/5a98fa513971872773a8 to your computer and use it in GitHub Desktop.
console.lol
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
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