DeveloperInterview > Javascript > Flashcards
Promise state
Pending: Initial State, before the event has happened.Resolved: After the operation completed successfully.Rejected: If the operation had error during execution, the promise fails.fullfiled
problems call hell