Which of the following lines of code will convert the elements of an array named sports to a single string which is stored in a variable named compete?
a.
```
var compete = new Array;
compete = sports();
```
b.
```
var compete = " ";
compete = sports();
```
c.
```
var compete = sports.toString();
```
d.
```
var compete.toString(sports);
```
d.
```
var compete.toString(sports);
```
You might also like to view...
Each Ethernet device has its own unique ____.
A. octal address B. binary address C. IP address D. home address
Dreamweaver provides three different levels for checking ____________________: in the current document, portions of a local site, or across the entire site.
Fill in the blank(s) with the appropriate word(s).
Interest in corporate governance has grown due to _____ scandals.
a. accounting b. espionage c. journalistic d. plagiarism
Organizations that treat user support as a profit center may have more difficulty justifying the cost of support services.
Answer the following statement true (T) or false (F)