Appearance
null
null这个值专门用来表示一个空的对象
typeof null 返回 object
typeof null
object
undefined
当声明一个变量,但是并不给变量赋值时,它的值就是 undefined
typeof undefined 返回 undefined
typeof undefined