mesutd0nmez
2/4/2017 - 9:17 PM

arrayToComma.js

var arr = ["Zero", "One", "Two", "Mesut", "Ahmet"];

alert(arr.join(", "));