Question
In this first line of a JavaScript for loop, what is i called?
for (let i=1; i<=10; i++){
for (let i=1; i<=10; i++){
Answers
Answer
the loop variable
the iteration variable
the for variable
the incrementing variable
the iteration variable
the for variable
the incrementing variable
There are no AI answers yet. The ability to request AI answers is coming soon!
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.