We're a place where coders share, stay up-to-date and grow their careers.
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.
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.