Solved

What Would the Browser Display If It Executed the Following

Question 12

Multiple Choice

What would the browser display if it executed the following script
< script type = "text/javascript" >
< !--
Var i = 0;
Do
{
Document.write( "O" ) ;
I++;
} while ( i > 5 ) ;
//-- >
< /script >


A) Nothing; the script would generate an error
B) O
C) OOOOO
D) OOOOOO

Correct Answer:

verifed

Verified

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

Related Questions