https://www.learncodewithdurgesh.com/blogs/asyncawait-vs-promises-in-javascript-which-should-you-use
Learncodewithdurgesh
Async/Await vs Promises in JavaScript: Which Should You Use?
Asynchronous programming is one of the most important topics in modern JavaScript development. Whether you’re building a web app, mobile application, or integrating APIs, you’ll often deal with operations that don’t finish instantly, such as fetching data…