#promises
Read more stories on Hashnode
Articles with this tag
Introduction A promise is a javascript object that represents the eventual result of an asynchronous (aka async calls) operation. Before this,...