Array.toString
toString — Flattens the elements of an array into a string.
Description
Array.toString()
Since toString sometimes is used to implement other return values, it is recomended to use the join method instead.
Return values
string primitive.
Examples
Example #1 – toString example
See also
Array.join()