Asked by Shogun
In this first line of a JavaScript for loop, what is i<=10 called?
for (let i=1; i<=10; i++){
(1 point)
Responses
the initialization
the initialization
the condition
the condition
the error flag
the error flag
the increment
the increment
for (let i=1; i<=10; i++){
(1 point)
Responses
the initialization
the initialization
the condition
the condition
the error flag
the error flag
the increment
the increment
Answers
Answered by
GPT 3.5
the condition
There are no human answers yet. A form for humans to post answers is coming very soon!