Is there a difference between .then and .catch async error catching methods
I’m error-managing a lot of async functions (mostly API calls), so I’m wondering if there’s some difference between these two error catching methods:
I’m error-managing a lot of async functions (mostly API calls), so I’m wondering if there’s some difference between these two error catching methods: