Hacker News new | ask | show | jobs
by ahookom 3251 days ago
I keep hearing about async/await being a cleaner way to write asynchronous code in JavaScript but async/await actually makes use of promises in the implementation. That's what I would have talked about. For more: https://hackernoon.com/6-reasons-why-javascripts-async-await...