0
Q:

what is finally

.finally(function() {
   // settled (fulfilled or rejected)
});
.finally(()=> {
   // settled (fulfilled or rejected)
});
1

Finally is used to place important code, it will be executed
whether an exception is handled or not. Finally is a block

0

New to Communities?

Join the community