padStart
padEnd
repeat
Pads the current string with another string until the resulting string reaches the given length, applied from the end.
str.padEnd(targetLength, padString?): string