What is the value of s1 after the following code is executed?

```
var s1 = "deitel and associates"
s1 = s1.slice( 6 )
```

a) deitel
b) deitel and asso
c) and associates
d) deitel and associates

c) and associates

Computer Science & Information Technology

You might also like to view...

The ________ function defines the categories and how the data should be aggregated

A) CUBEMEMBER B) CUBEVALUE C) OLAP D) DATAMODEL

Computer Science & Information Technology

Which tag will produce largest text?

A)

Hello

B)

Hello

C)

Hello

D)

Hello

Computer Science & Information Technology