es6+es7+es8學習筆記 教程

ES8 求冪運算符 console.info(3 ** 3) //27 async await (異步) function doLater(n, x) { //必需要返回一個promise return new Promise((a) => { setTimeout(() => { a(x) console.info(x) }, n) }) }
相關文章
相關標籤/搜索