es7新特性

1.Array.prototype.includes()方法,查找一個值在不在數組中,在就返回true,不然返回false   ['a','b'].inclueds('a')//true 2.求冪運算符**    3**2//9 3.異步函數:解決鏈式編程,讓代碼更簡潔    順序處理多個異步結果    async function asyncFunc() {   const result1 =
相關文章
相關標籤/搜索