Is there a way to separate array.toString()
with semicolons instead of commas?
Check out join(). It takes an argument for the separator.
alert(myArray.join(';'));
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With