join(separator)
Returns a string containing all the elements of the array separated by the specified separator.
Example
['A', 'B', 'C'].join('&'); // returns "A&B&C"
| << sort([compareFunction]) | © 1996-2013 InetSoft Technology Corporation (v11.4) | reverse() >> |