SyntaxFix
Write A Post
Hire A Developer
Questions
not sure if this is what you wanted but
var arr = ["A", "B", "C"]; var arrString = arr.join(", ");
This results in the following output:
A, B, C