Generation

generate functionThu, 04 May 2023

repetir x 20 veces

function repeat(x){ for (var i = 0; i < 20; i++) { console.log(x); } } repeat("hello"); repeat("bye");

Javascript
Generate More

Questions about programming?Chat with your personal AI assistant