每日JavaScript-27 檢查數組的方法

看到有人說、可以判斷數組 arr.constructor === Array 這種方法存在問題,constructor屬性可以改變的 let arr = [0,1] arr.constructor = '123' console.log(arr === Array) 這種檢查方法就失效了
相關文章
相關標籤/搜索