open_in_new
content_copy
function repeatStr (n, s) { return s.repeat(n); }