Adds padding to given string.
padStart
Pads the start of a string with a specified fill string a certain number of times.
padStart
Pads the end of a string with a specified fill string a certain number of times.
padBidirectional
Pads a string with a specified fill string a certain number of times on both ends.