Created
October 17, 2023 16:56
-
-
Save arioch1984/1149e4da71764779f4c6aa64a85fe843 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
let n = 1 | |
var zerofilled = ('0000'+n).slice(-4); | |
console.log(zerofilled) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment