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