js筆試題小試牛刀(1)

nan是非數字類型,返回的是一個非數值的類型 alert(typeof (NaN)) ——> number alert(typeof 2) ——>number alert(typeof {})——> object alert(typeof [])——> object alert(typeof null) ——> object alert (typeof undefined) —> undefine
相關文章
相關標籤/搜索