Consider the following statements
var count = 0; while (count < 10) { console.log(count); count++; }
In the above code snippet, what happens?
A.The values of count is logged or stored in a particular location or storage
B.The value of count from 0 to 9 is displayed in the console
C.An error is displayed
D.An exception is thrown
Answers
Answered by
0
B number is answer of your question .
Similar questions
English,
6 months ago
Accountancy,
6 months ago
Science,
1 year ago
Computer Science,
1 year ago
Social Sciences,
1 year ago
Chemistry,
1 year ago