Skip to content

Instantly share code, notes, and snippets.

@codeaholicguy
Created May 15, 2016 08:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codeaholicguy/42692262a9031eb25afa967343536bb7 to your computer and use it in GitHub Desktop.
Save codeaholicguy/42692262a9031eb25afa967343536bb7 to your computer and use it in GitHub Desktop.
Number.prototype.square = Number.prototype.square || function () {return this * this}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment