for (const i = 0; i < 3; i = i + 1) { console.log(i); } for (const j = 0; j < 3; j++) { console.log(j); }