Join items in an Array together.
Syntax
Parameters
subject - The Array containing the items to join together.separator - The optional String to use in between each item as they are joined together.
Result
subject together.
Returns a String, produced by joining the items in subject together, optionally separated by a separator String.