Pending: The initial state, when the Promise is neither fulfilled nor rejected.
Fulfilled: The state when the asynchronous operation completes successfully.
Rejected: The state when the asynchronous operation encounters an error.