Description:
Join () Function returns a String that consist of array elements separated by the delimiter provided.
Format:
Join(arrArrayName[,delimiter])
Arguments:
- arrArrayName
- Mandatory
- Type: Array
- Array Name which needs to be converted into string.