From 523511c078415fc46c2bcb0255e4d0c5f56e75bd Mon Sep 17 00:00:00 2001 From: Aboody_01 <91767628+Abdullahi-abdiaziz@users.noreply.github.com> Date: Thu, 17 Oct 2024 12:24:45 +0300 Subject: [PATCH] add an article about handling async errors at Nodejs Roadmap (#7495) --- .../content/handling-async-errors@3MpxV23lNpuKg0--e_9m7.md | 1 + 1 file changed, 1 insertion(+) 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)