Answers for "It behaves just like toString(), but in addition you can specify the separator:"

0

It behaves just like toString(), but in addition you can specify the separator:

var fruits = ["Banana", "Orange", "Apple", "Mango"];

document.getElementById("demo").innerHTML = fruits.join(" * ");
Posted by: Guest on April-24-2021

Code answers related to "It behaves just like toString(), but in addition you can specify the separator:"

Browse Popular Code Answers by Language