Skip to content

Instantly share code, notes, and snippets.

@arioch1984
Created October 17, 2023 16:56
Show Gist options
  • Save arioch1984/1149e4da71764779f4c6aa64a85fe843 to your computer and use it in GitHub Desktop.
Save arioch1984/1149e4da71764779f4c6aa64a85fe843 to your computer and use it in GitHub Desktop.
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