add an article about handling async errors at Nodejs Roadmap (#7495)

pull/7510/head
Aboody_01 1 day ago committed by GitHub
parent d4cb23b370
commit 523511c078
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      src/data/roadmaps/nodejs/content/handling-async-errors@3MpxV23lNpuKg0--e_9m7.md

@ -5,3 +5,4 @@ Errors must always be handled. If you are using synchronous programming you coul
Visit the following resources to learn more: Visit the following resources to learn more:
- [@article@Async Errors](https://www.mariokandut.com/handling-errors-in-asynchronous-functions-node-js/) - [@article@Async Errors](https://www.mariokandut.com/handling-errors-in-asynchronous-functions-node-js/)
- [@article@The best way to handle errors in asynchronous javascript](https://dev.to/m__mdy__m/the-best-way-to-handle-errors-in-asynchronous-javascript-16bb)

Loading…
Cancel
Save