Join
methodsJoins all items of an ObservableArray into a string. An equivalent of Array.prototype.join.
Parameters:separatorString
Specifies the string to separate each item of the array. If omitted, the array items are separated with a comma (,).