Why the output is the object on the page
<meta charset="utf-8"/& gt;
The constructor calls & lt;/title>
<body>
Complete the task//in this
The function Person (name, age) {
This. Name=name;
Enclosing the age=age;
};
Var obj=new Person (' xm, 18);
Document. The write (obj);
The function Array (num1, num2) {
Enclosing num1=num1;
Enclosing num2=num2;
};
Var arr=new Array (' 3 ', '5');
Document. The write (new Array ());
</script>