Skip to content

Instantly share code, notes, and snippets.

@scothis
Created June 6, 2012 19:53
toHulkCase
String.prototype.toHulkCase = function(str) {
   return 'HULK SMASH PUNY ' + str.toUpperCase() + ' ARRRRRRRRRRRRR';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment