Which line will delete the first two items in the food() array shown in Q. 24?
a.
```
food.splice("burger","chips");
```
b.
```
food.splice(2);
```
c.
```
food.splice(2,0);
```
d.
```
ffood.splice(0, 2);
```
d.
```
ffood.splice(0, 2);
```
Computer Science & Information Technology
You might also like to view...
Which of the following can be tested by creating relationships?
A) Normalization B) Anomaly C) Composite key D) Dependencies
Computer Science & Information Technology
The easiest way to learn more advanced SQL statements is to create Access queries in Design view and then view the SQL statement in SQL view
Indicate whether the statement is true or false
Computer Science & Information Technology