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