Skip to content

Instantly share code, notes, and snippets.

@edwinwebb
Created March 12, 2013 14:00
Show Gist options
  • Save edwinwebb/5143085 to your computer and use it in GitHub Desktop.
Save edwinwebb/5143085 to your computer and use it in GitHub Desktop.
Small function for leading 0s
function (a,b){return(1e15+a+"").slice(-b)}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment