Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

> the await keyword is syntactic sugar for the .then() callback:

async/await is not just syntactic sugar. See

https://news.ycombinator.com/item?id=23701736

And the rest of thread



It depends on what you mean by syntactic sugar. I follow this definition: https://en.wikipedia.org/wiki/Syntactic_sugar

You can indeed translate an async function to an equivalent function that uses .then() but it’s a radical change, not syntactic sugar (as I use that term).




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: