Add Preceding Zeros to Score


/ Published in: JavaScript
Save to your folder(s)

Example:

`addZeros((549).toString(),7);`

Returns:

`"0000549"`

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.