Returns a string value consisting of all the elements of an array concatenated together and separated by the specified separator character.
arrayObj.join(separator)  | 
Returns a string value consisting of all the elements of an array concatenated together and separated by the specified separator character.
arrayObj.join(separator)  | 
Arguments
Remarks
Example
Requirements
See Also