#promises
Read more stories on Hashnode
Articles with this tag
Promises are used to handle Async operations. But before promises async operations used to be handled by callback functions. Then what was the need...