August 1999
Intermediate to advanced
1488 pages
72h 53m
English
array.join() array.join(string)
The join() method converts all the elements of the array to strings and then concatenates all the strings into one string. If an argument is provided in the parameter list, it is used to separate the elements in the string returned by the method.
Table 6.10 lists the argument and return values associated with this method. If an argument is passed into the method, it is used as a separator between the elements of the array.
| Type | Item | Description |
|---|---|---|
| Arguments | string | A string that is used to separate the elements of the array in the string ... |
Read now
Unlock full access