For
Run part of the program the number of times you say using an index variable.
for(let i = 0; i <= 4; ++i) {
let j = i;
}
Run part of the program the number of times you say using an index variable.
for(let i = 0; i <= 4; ++i) {
let j = i;
}