Javascript promise chaining not working as expected. After going inside catch block it is still throwing error
I have tried to implement promise chaining in Javascript with 3 simple promises. First promise I am resolving and last 2 I am rejecting. Till 2nd rejection it is working fine. But after the catch statement it is throwing error…