HI, "join" concatenates the array elements with a specified separator between them.
How to use "join()" to create a string from an array using JavaScript?
0
HI,
"join" concatenates the array elements with a specified separator between them.
This produces
days:Sunday,Monday,Tuesday,Wednesday,Thursday,Frid ay,Saturday
"join" concatenates the array elements with a specified separator between them.
This produces
days:Sunday,Monday,Tuesday,Wednesday,Thursday,Frid ay,Saturday
Next Topics on Trending Feed
-
0