Skip to content

Instantly share code, notes, and snippets.

@scothis
Created June 6, 2012 19:53
Show Gist options
  • Save scothis/2884321 to your computer and use it in GitHub Desktop.
Save scothis/2884321 to your computer and use it in GitHub Desktop.
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