ES6 typeof 运算符 ES6 条件运算符 ES6 if 语句 ES6 typeof 运算符 var num = 12 console.log(typeof num); //output: number ES6 条件运算符 ES6 if 语句