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