運算符邏輯與

0&&3    //0    一直覺得是返回false
0&&null   //0 
0 && NaN  //0

 

Number.isInteger(99.00)  //true Number.isInterger(99.02) //false

相關文章
相關標籤/搜索