One of the most exciting features coming to JavaScript (and therefore Node.js) is the async
/await
syntax being introduced in ES7. Although it's basically just syntactic sugar on top of Promises, these two keywords alone should make writing asynchronous code in Node much more bearable. It all but eliminates
Tag: es7
Total 1 Post