Hacker News new | ask | show | jobs
by jmull 2712 days ago
> For example, the promises API, now we also have async/await.

These go together, right? An async function returns a Promise, await operates on a Promise.