Skip to content

Instantly share code, notes, and snippets.

@masahitojp
Created December 2, 2010 02:33
Show Gist options
  • Save masahitojp/724639 to your computer and use it in GitHub Desktop.
Save masahitojp/724639 to your computer and use it in GitHub Desktop.
// 数字の有効桁を0埋めしたい場合の書き方
// こんな書き方も可能
console.log("00005".slice(-4))
// -> 0005
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment