es2016 礼超 2020-12-25 117 阅读1分钟 Array.prototype.includes() ['a', 'b', 'c', 'd'].includes('a') // true 指数运算符 x**y === Math.pow(x,y)