myPromise .then(handleResolvedA) .then(handleResolvedB) .then(handleResolvedC) .catch(handleRejectedAny) .finally(handleComplition)