Examlex

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 >


Definitions:

Related Questions