返回对创建此对象的 Number 函数的引用:
num.constructor;
输出结果:
function Number() { [native code] }
constructor 属性返回对创建此对象的 Boolean 函数的引用。
所有主流浏览器都支持 constructor 属性。
number.constructor