什么是延伸等于当descaarified,javascript和谐

时间:2014-04-27 07:57:02

标签: javascript ecmascript-harmony

假设我有一个ecmascript 5 class

function vehicle(){
    this.hasWheels=true;
} 

vehicle.prototype.getWheels=function(){return this.haswheels;};

但它是使用新的ecmascript类语法定义的,会创建一个" car" extends车辆使用vehicle.prototype作为原型的类,还是会使用新的车辆实例?

0 个答案:

没有答案