Multiple Choice
What does the variable string contain after the following code is executed
Var string = "Good luck on the test";
String = string.split( " " ) ;
A) an array containing the strings "Good", "luck", "on", "the" and "test"
B) the string "Good.luck.on.the.test"
C) the string "Good,luck,on,the,test"
D) Nothing, the string conversion will generate an error.
Correct Answer:

Verified
Correct Answer:
Verified
Q1: A JSON object is represented as a
Q2: _ are stored by the browser on
Q4: What is the value of s1 after
Q5: What is the value of s3 after
Q6: Which of the following is not a
Q7: Which of the following is not a
Q8: What will variable value contain after the
Q9: An object's methods are accessed by writing
Q10: Which of the following is a mathematical
Q11: Which of the following methods would you