Object Oriented JavaScript DHTML




function myFunction(){
    var array = new Array('1', '2');
    alert(array.constructor); 


Array Constructor