🏠 New in High Baseline Support: String padStart() and padEnd()
October 5, 2019
The padStart() and padEnd() methods of strings return a string lengthened to a minimum number of characters by adding characters to the start or end of the string.
October 5, 2019
The padStart() and padEnd() methods of strings return a string lengthened to a minimum number of characters by adding characters to the start or end of the string.