Promises and its methods
What is promise ?
Promises were introduced to javascript in ES6. before promises we were using callbacks to manage asynchronous operations but while using them we may face the issue of callback hell and again code is also not properly readable so to ...
lomesshh.hashnode.dev4 min read