Y
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
iso-8859-1
3263 days ago
You don't have to wait, it is already supported server-side and client-side.
link
flavio81
3263 days ago
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...
link
tehlike
3263 days ago
async/await +1
has been possible with babel on older versions of the JS, but nice to have it after all officially.
link