MCQs > IT & Programming > JavaScript > Consider the following statements var count = 0; while (count < 10) { console.log(count); count++; } In the above code snippet, what happens?

JavaScript MCQs

Consider the following statements var count = 0; while (count < 10) { console.log(count); count++; } In the above code snippet, what happens?

Answer

Correct Answer: The value of count from 0 to 9 is displayed in the console.

Explanation:

Note: This Question is unanswered, help us to find answer for this one

JavaScript Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

JavaScript Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it