单项选择题
ES5中的继承是通过()实现的
A.constructorB.prototypeC.instanceofD.以上都不对
单项选择题 ES6中的的super()方法是在调用 ()
单项选择题 test();function test () { (function () { for (var m = 0; m < 10; m++) { } })(); console.log(m);} 打印结果是? ()
单项选择题 var test='a';var test=undefined;console.log(test);打印结果是? ()