Promises and async-await in Javascript Part 2
May 24, 2022In the last blog, we learn about promises and how do we use them. In this section, we will run more about promise methods. What are promises anti-pattern? How do we make things run in parallel using promises?