JavaScript | Asynchronous JavaScript | Question 3

Last Updated :
Discuss
Comments

Which method allows handling errors in promises?

catch()

then()

resolve()

finally()

Share your thoughts in the comments