1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-11 11:43:58 +02:00

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

This commit is contained in:
Aboody_01
2024-10-17 12:24:45 +03:00
committed by GitHub
parent d4cb23b370
commit 523511c078

View File

@@ -5,3 +5,4 @@ Errors must always be handled. If you are using synchronous programming you coul
Visit the following resources to learn more:
- [@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)