addZero
Callable
Parameters
num: number
The number to add a leading zero to.
Returns string
A string representation of the given number with a leading zero if the number is less than 10.
The number to add a leading zero to.
A string representation of the given number with a leading zero if the number is less than 10.
Returns a string representation of the given number with a leading zero if the number is less than 10.