String.repeat()
The repeat() method constructs and returns a new string which contains the specified number of copies of the string on which it was called, concatenated together.
The repeat() method constructs and returns a new string which contains the specified number of copies of the string on which it was called, concatenated together.