Multiple Choice
What would the browser display if the following script were executed
< script type = "text/javascript" >
< !--
For ( var i = 0; i < 5; i++ )
Document.write( "O" ) ;
//-- >
< /script >
A) Nothing; the script would generate an error
B) OOOO
C) OOOOO
D) OOOOOO
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: What would the browser display if the
Q3: The _ multiple-selection statement is used to
Q4: Which of the following is not required
Q5: What would the browser display if it
Q6: Which of the following will not evaluate
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
Q12: What would the browser display if it