Examlex

Solved

What Does the Variable String Contain After the Following Code

question 3

Multiple Choice

What does the variable string contain after the following code is executed
Var string = "Good luck on the test";
String = string.split( " " ) ;


Definitions:

Related Questions