Skip to content

Instantly share code, notes, and snippets.

@camelcaseblog
Created July 4, 2019 16:32
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 camelcaseblog/6ff1173f98f6d7b4a93632291422d146 to your computer and use it in GitHub Desktop.
Save camelcaseblog/6ff1173f98f6d7b4a93632291422d146 to your computer and use it in GitHub Desktop.
>>> (7).toString().padStart(3, '0');
"007"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment