Artur Carvalhoarturcarvalho.hashnode.devยทApr 20, 2023JavaScript Promises states and rulesPromises states A promise can be in 1 of 3 states: Fulfilled: The resolve function was called. Rejected: The reject function was called. Pending: The resolve or reject functions were not called yet. Settled: The promise is settled if it's not pendin...42 readsPromisesJavaScriptAdd a thoughtful commentNo comments yetBe the first to start the conversation.