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...

Identify the letter of the choice that best matches the phrase or definition.

A. Prebuilt components for adding interactivity to pages B. Facebook is an example of this kind of website C. Set of instructions that defines the response of a page element D. Special effects added to a web page E. Used to create screen effects, such as fading and enlarging page elements

Computer Science & Information Technology

The Decimal data type can represent ____.

A. dollar amounts B. very precise decimal numbers C. large numbers D. numbers accurate to 280 digits

Computer Science & Information Technology

Biometrics refers to the biological information gathered from a human body to authenticate a user. All the following are types of biometrics except ________?

a. Fingerprint reader b. Retina scanner c. Personal identification card d. Voice recognition

Computer Science & Information Technology

A(n) _____ has every computer with a wireless network adapter communicating directly with every other device with a wireless network adapter.

A. ?network B. ?infrastructure network C. ?ad hoc network D. ?wireless network

Computer Science & Information Technology