Solved

What Would the Browser Display If the Following Script Were

Question 7

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions