Hello Maria,
Using async/await is one of the more popular methods these days to deal with async code, however there are other methods like the .then() you were using. I recommend using async/await but learning how it got to this point from callbacks, to .then(), to using async.
Best,
Majd