543 Views
The join method combines all the elements contained in an array and returns it as a string separated by a comma (,) or any specified string separator. The method will return an empty string if the length of the array is 0
0 comments
Join in on a hand-picked round up of the best JavaScript articles every day.
Curated by our Moderators and Voted up by our Community. Free.
The join method combines all the elements contained in an array and returns it as a string separated by a comma (,) or any specified string separator. The method will return an empty string if the length of the array is 0