• Returns a string that is the concatenation of n copies of the string s separated by the string sep.

    Parameters

    • str: string
    • n: number

    Returns string