Converting number to string or array to stringWe can join all elements of an array and create a sting.Returning a string by adding all elements of an array by toStringJavascript toString object can connect all elements of an array and return as a string. This way we an use toString to display all elements of the array. This object toString uses commas as separators while adding all the elements.If you want to specify your own delimiter other than commas then you can use array join function Let us see this example on how to use toString function.
The output of the above script is here
toString with numberWe can convert number to string by using toString().
The input parameter is base value to convert number. By default the base value is taken as 10 in first case.
This article is written by plus2net.com team.
![]() |
![]() |