for loop with html content js code example Example: for javascipt for (let i = 0; i < 9; i++) { str = str + i; }