We're a place where coders share, stay up-to-date and grow their careers.
.catch is needed to work with promises to get the expected flow.
.catch
You can use try catch but then you need to use the async function syntax. See code samples here.
async
dev.to/annarankin/finally-in-promi...
.catch
is needed to work with promises to get the expected flow.You can use try catch but then you need to use the
async
function syntax. See code samples here.dev.to/annarankin/finally-in-promi...