profileRyan KesPGP keyI build stuffEmailGithubTwitterLast.fmMastodonMatrix

JavaScript String padEnd Method

Syntax

console.log("x".padEnd(5, "ab")) // xabab

See also