js 数组原型

时间:2019-04-20 18:23:36   收藏:0   阅读:109

 

Array.isArray( Array.prototype )

// A. true
// B. false
// C. error
// D. other

答案是A。

 

其实 Array.prototype 也是一个数组。

技术分享图片

 

原文:https://www.cnblogs.com/sea-stream/p/10741939.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!