Asynchronous Programming in TypeScript
May 16, 2022 · 6 min read · Key takeaways: Promises can run code after some other code has completed async/await is just syntactic sugar Promise.all is great for parallel tasks What is a Promise? A promise is some task that we can use to chain together later tasks. For exampl...
RAxel commented




