'join()' Example : join « Javascript Methods « JavaScript Reference

'join()' Example

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

    
      
      








Related examples in the same category

1.'join()' Syntax, Parameters and Note
2.'join()' is applied to