Javascript Methods JavaScript Reference

Note:
Joins all array elements into a single string separated by the specified delimiter.
    
Syntax:
    
arrayName.join(param1)
Parameters:
    param1   Required; the delimiter to use.