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

Verified
Correct Answer:
Verified
Related Questions
Q1: What should you use as a counter
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
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