ismail abu almagdcodenuggets.hashnode.dev·Feb 29, 2024What's Promises in JavaScript?The promise it is object represents the finalizing of asynchronous operation whether it's a success or failure with its result, in simple words the promise is a proxy to handle asynchronous operation like fetching data. As diagram Promise have 3 sta...Javascript Promises