To Array Source
<html>
<body>
<button onclick="var myA = new Array(10,11,12,13,14,15);
alert(myA.toSource());">Array TOSOURCE</button>
<button onclick="var myDate = new Date(); alert(myDate.toSource());">
Date toSource
</button>
</body>
</html>
Related examples in the same category