0👍
How about changing it to a string?
you convert the priceArray
array into a string through Array.join()
as follows:
data: priceArray.join(', ')
Source:stackexchange.com
0👍
How about changing it to a string?
you convert the priceArray
array into a string through Array.join()
as follows:
data: priceArray.join(', ')