Bobby Sadhwanibobby-sadhwani.hashnode.dev·Jan 20, 2023Javascript PromisesA Promise is an object which is used to find out if the asynchronous operation is completed or not. The Promise object has two properties: state and result. State: pending: initial state, neither fulfilled nor rejected. fulfilled: meaning that the ...1 like·99 readsAsynchronous JavaScriptJavaScriptAdd a thoughtful commentNo comments yetBe the first to start the conversation.