DEV Community

Discussion on: Callbacks vs Promises in JavaScript

Collapse
 
wichopy profile image
Will C.

One thing that trips up people for async await is the return from an async function is always a Promise, whether you return something or not.