Created
December 2, 2010 02:33
-
-
Save masahitojp/724639 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 数字の有効桁を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