profileRyan KesPGP keyI build stuffEmailGithubTwitterLast.fmMastodonMatrix

JavaScript String padStart Method

Syntax

console.log("x".padStart(5, "ab")) // ababx

Related