Hacker News new | ask | show | jobs
by TheCoreh 3263 days ago
Definitely async functions. JavaScript code will be _so much cleaner_ thanks to them. Can't wait for the much needed improvement in readability.
3 comments

You don't have to wait, it is already supported server-side and client-side.
Async/await has been implemented in node.js for a long time, in fact I consider that not using it at the server side is almost criminal...
async/await +1

has been possible with babel on older versions of the JS, but nice to have it after all officially.