Multiple Choice
What would the browser display if it executed the following script
< script type = "text/javascript" >
< !--
For ( var count = 0; count < 10; ++count )
{
If ( count == 5 )
Continue;
}
Document.writeln( count ) ;
//-- >
< /script >
A) Nothing; the script would generate an error.
B) 5
C) 9
D) 10
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: What should you use as a counter
Q2: What would the browser display if the
Q3: The _ multiple-selection statement is used to
Q4: Which of the following is not required
Q6: Which of the following will not evaluate
Q7: What would the browser display if the
Q8: What is the value of num after
Q9: What would the browser display if it
Q10: Consider the following code selections. Assume count
Q11: In a switch statement, the _ case