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