Array.isArray( Array.prototype ) // A. true // B. false // C. error // D. other
答案是A。
其实 Array.prototype 也是一个数组。
js 数组原型
原文:https://www.cnblogs.com/sea-stream/p/10741939.html