js經典面試題

一、使用 typeof bar === "object" 判斷 bar 是否是一個對象有神馬潛在的弊端?如何避免這種弊端?編程 使用 typeof 的弊端是顯而易見的(這種弊端同使用 instanceof):數組 ? 1 2 3 4 5 6 let obj = {}; let arr = [];   console.log( typeof obj === 'object' ); //true co
相關文章
相關標籤/搜索