Solved

What Would the Browser Display If the Following Script Were

Question 2

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:

verifed

Verified

Related Questions