null undefiend NaN

   console.log(typeof NaN)
    console.log(typeof undefined)
    console.log(typeof null)

原文地址:https://www.cnblogs.com/QianBoy/p/8191799.html