Skip to content
JavaScript·Intermediate·Conceptual·1 min read

What does finally receive?

Short interview answer

A finally callback receives no fulfillment value or rejection reason. It is for outcome-independent cleanup and normally passes the original settlement through.

Key takeaway

Explain the underlying mental model clearly, then support it with a concrete example and its trade-offs.

← Back to Promises

Related questions