function that repeats a certain number of times javascript code example Example: string repeat javascript // best implementation repeatStr = (n, s) => s.repeat(n);