How to use "join()" to create a string from an array using JavaScript?

by 0 replies
0
HI,

"join" concatenates the array elements with a specified separator between them.

This produces
days:Sunday,Monday,Tuesday,Wednesday,Thursday,Frid ay,Saturday
#programming #array #create #javascript #join #string

Next Topics on Trending Feed