Convert an array to a string:
const fruits = ["Banana", "Orange", "Apple", "Mango"];
let text = fruits.toString();
The toString()
method returns a string with array values separated by commas.
The toString()
method does not change the original array.
Every JavaScript object has a toString()
method.
The toString()
method is used internally by JavaScript when an object needs to be displayed as a text (like in HTML), or when an object needs to be used as a string.
toString()
is an ECMAScript1 (JavaScript 1997) feature.
It is supported in all browsers:
Chrome Edge Firefox Safari Opera IE Yes Yes Yes Yes Yes YesTrack your progress - it's free!
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4