dumb async questions

Hi, I never really was able to deeply await promises and async functions. I have a couple of questions on error handling.

(axios)
How can I save a variable from an async get or post using .then on the top scope.
Is it possible to error handle an await statement instead of it always crashing my run
Was this page helpful?