單項(xiàng)選擇題每個構(gòu)造函數(shù)都有()屬性,指向它的原型

A._proto_
B.prototype
C.constructor
D.以上都不對


您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題以下在數(shù)組的末尾刪除元素的方法()

A.pop
B.push
C.shift
D.unshift

2.單項(xiàng)選擇題[1,2,3,4].forEach(function(item){returnitem+2})的返回值是()

A.[1,2,3,4]
B.[3,4,5,6]
C.undefined
D.3,4,5,6