Skip to content

Instantly share code, notes, and snippets.

@gyllstromk
Last active December 20, 2015 05:39
Show Gist options
  • Save gyllstromk/6079581 to your computer and use it in GitHub Desktop.
Save gyllstromk/6079581 to your computer and use it in GitHub Desktop.
Cheer me up
String.prototype.cheerUp = function () {
return this.replace(/☹/g, '☺');
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment