Skip to content

Instantly share code, notes, and snippets.

@kobaatsu
Last active November 14, 2022 06:56
Show Gist options
  • Save kobaatsu/ac5f19e5331de68911f38c305dd109a8 to your computer and use it in GitHub Desktop.
Save kobaatsu/ac5f19e5331de68911f38c305dd109a8 to your computer and use it in GitHub Desktop.
ゼロ埋め #js
// ゼロ以外でも使える #noie
// https://developer.mozilla.org/ja/docs/Web/JavaScript/Reference/Global_Objects/String/padStart
const z = (i + "").padStart(2, "0");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment