Promises in javascript!
According to MDN, a promise is an object representing the eventual completion or failure of an asynchronous operation.
Promises are used to deal with asynchronous operations in javascript.
An asynchronous operation can be like, getting data from Ne...
rohanmathur.hashnode.dev2 min read
Vishnu S R
Software Engineer
Thanks for sharing !