repeat a character x amount of times in a string js code example Example: JavaScript repeat character var a="a"; var aaa=a.repeat(3); // "aaa"