Skip to content

Instantly share code, notes, and snippets.

@ironboy
Created November 5, 2015 09:31
Show Gist options
  • Save ironboy/11559f2dc890349d488e to your computer and use it in GitHub Desktop.
Save ironboy/11559f2dc890349d488e to your computer and use it in GitHub Desktop.
Number.prototype.slice = function(x,y){
return (this+'').slice(x,y)/1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment