You can use the join method : https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Array/join
yourArray.join(",")
1
solved To convert each number to string and concatenate them
You can use the join method : https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Array/join
yourArray.join(",")
1
solved To convert each number to string and concatenate them