const sourceCode = 'repeat for 3 times;'; const repeated = sourceCode.repeat(3); console.log(repeated); //