Examlex

Solved

What Would the Browser Display If It Executed the Following

question 5

Multiple Choice

What would the browser display if it executed the following script
< script type = "text/javascript" >
< !--
For ( var count = 0; count < 10; ++count )
{
If ( count == 5 )
Continue;
}
Document.writeln( count ) ;
//-- >
< /script >


Definitions:

Related Questions