Convert an array to a string:
The result of fruits will be:
The toString() method converts an array into a String and returns the result.
Note: The returned string will separate the elements in the array with commas.
![]()
The toString() method is supported in all major browsers.
| Type | Description |
|---|---|
| String | All the values of the array, separated by a comma |
| JavaScript Version: | 1.1 |
|---|
JavaScript Array Object
Your message has been sent to W3Schools.