Introduction A promise is a javascript object that represents the eventual result of an asynchronous (aka async calls) operation. Before this, asynchronous calls were handled using callbacks which made things hard. It created unmanageable code, which...
kavitapathak03.hashnode.dev5 min read
No responses yet.