Array join()
<html> <body> <button onclick="var myA = new Array(10,11,12); alert(myA.join('---'));">Array: JOIN</button> </body> </html>