SyntaxFix
Write A Post
Hire A Developer
Questions
The Array.prototype.join() method:
var arr = ["Zero", "One", "Two"];_x000D_ _x000D_ document.write(arr.join(", "));