ES6 条件运算符 ES6 连接运算符 ES6 typeof 运算符 ES6 条件运算符 var num = -2 var result = num > 0 ?"positive":"non-positive" console.log(result) ES6 连接运算符 ES6 typeof 运算符