how to multiply strings in javscript code example Example: js multiply string let myString = 'test'; myString.repeat(3); // 'testtesttest'