Array.Join method
| Explanation | Returns each element of the Array as a string separated by separators. | |
| Call format | var data = arr.join( separator ) | |
| Return value | Returns a string that combines the elements of an Array. | |
| Argument | String separator | Separator character that joins elements |
| Exception | None | |
| Example of use | | |
| Related item | ||