Multiple Choice
What is the value of s3 after the following code is executed
Var s1 = "one";
Var s2 = "two";
Var s3 = "three";
S1) concat( s2 ) ;
S3 = s1;
A) one
B) onetwo
C) three
D) onetwothree
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: A JSON object is represented as a
Q2: _ are stored by the browser on
Q3: What does the variable string contain after
Q4: What is the value of s1 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