What is the value of s3 after the following code is executed?
```
var s1 = one,
s2 = two,
s3 = three;
s1.concat(s2)
s3 = s1;
```
a) one
b) onetwo
c) three
d) onetwothree
b) onetwo
Computer Science & Information Technology
You might also like to view...
What is an important thing to check for when painting in customized
masks with the Brush tool? What will be an ideal response?
Computer Science & Information Technology
What is the purpose of the Input display setting?
A) Enables selection between ports on a video adapter that has two or more video ports B) Enables selection between the integrated video port and the video adapter port C) Enables selection between input ports on a monitor D) Enables additional ports that may be on the monitor such as USB ports
Computer Science & Information Technology