218.
If we have a string array as follows:
var stringArray = {"a","b","c"};
How can we turn this into a concatenated list, seperated with a comma?
View Description
Concatenates the specified elements of a string array, using the specified separator between each element.