JS

Arrays in JavaScript - Converting an array to a st...

29.

How can you convert an array to a string in JavaScript?

By using the toString() method

By using the slice() method

By using the concat() method

By using the join() method