Returns a string value consisting of all the elements of an array concatenated together and separated by the specified separator character.
function join(separator : String) : String |
Returns a string value consisting of all the elements of an array concatenated together and separated by the specified separator character.
function join(separator : String) : String |