DEV Community

Discussion on: Promises or async/await, Which Is Better?

Collapse
 
steelwolf180 profile image
Max Ong Zong Bao

I think in terms of understanding code and learning about either promises vs async/await.

I had a particularly hard time understanding and using async/await. Especially I had to get the result of the return statement when I'm running a async/await function.

For promises wise, I get to understand it better. Since it feels more like a try catch statement.