Thenew关键字是一个运算符,它创建一个没有成员的对象,并用自身作为this运算符调用它的构造函数,从而初始化该对象。
theArray = new Array(); theDate = new Date("Jan 3 1962"); theObject = new Object;