diff --git a/src/data/roadmaps/nodejs/content/handling-async-errors@3MpxV23lNpuKg0--e_9m7.md b/src/data/roadmaps/nodejs/content/handling-async-errors@3MpxV23lNpuKg0--e_9m7.md index ec071f042..0b087d5f6 100644 --- a/src/data/roadmaps/nodejs/content/handling-async-errors@3MpxV23lNpuKg0--e_9m7.md +++ b/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: - [@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)