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