function Array(){ alert("hello, I found something of yours!"); } // ERROR: redeclaration of const Array
function Array() {console.log("hope")} undefined var x = new Array(3); hope undefined