ES7

  **  求幂
  
  12**5   12的5次方
 Array.includes()

ES8

 async await

ES9

rest/spread
异步 准备替代async await
异步迭代(循环)
增强正则表达式

ES10