MCQs>IT & Programming>JavaScript MCQs>In the loop, 'for (first clause; second clause; third clause) { statements; }' What does the second clause represent?
JavaScript MCQs
In the loop, "for (first clause; second clause; third clause) { statements; }" What does the second clause represent?
Answer
Correct Answer: A condition to check at the beginning of each loop cycle
Explanation:
Note: This Question is unanswered, help us to find answer for this one