In this first line of a JavaScript for loop, what is i called?

for (let i=1; i<=10; i++){

(1 point)
Responses

the loop variable

the loop variable

the iteration variable

the iteration variable

the for variable

the for variable

the incrementing variable

1 answer

the iteration variable
Similar Questions
    1. answers icon 3 answers
  1. In this first line of a JavaScript for loop, what is i<=10 called?for (let i=1; i<=10; i++){ the initialization the condition
    1. answers icon 1 answer
  2. In this first line of a JavaScript for loop, what is i <= 10 called?for (let i = 1 i <= 10 i++){ (1 point) the initialization
    1. answers icon 1 answer
  3. In this first line of a JavaScript for loop, what is i called?for (let i=1; i<=10; i++){ (1 point) the loop variable the
    1. answers icon 1 answer
more similar questions