From bf901eccc68d88faee93664bd81829cf09acd970 Mon Sep 17 00:00:00 2001 From: Joseph Olayanju <49444453+Olayanju-1234@users.noreply.github.com> Date: Tue, 11 Oct 2022 22:35:37 +0100 Subject: [PATCH] Add error handling content (#2362) * Update readme.md * Update content/roadmaps/107-nodejs/content/103-nodejs-error-handling/readme.md Co-authored-by: Kamran Ahmed --- .../content/103-nodejs-error-handling/readme.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/107-nodejs/content/103-nodejs-error-handling/readme.md b/content/roadmaps/107-nodejs/content/103-nodejs-error-handling/readme.md index 7946c11ab..188eecbdb 100644 --- a/content/roadmaps/107-nodejs/content/103-nodejs-error-handling/readme.md +++ b/content/roadmaps/107-nodejs/content/103-nodejs-error-handling/readme.md @@ -1 +1,7 @@ -# Nodejs error handling \ No newline at end of file +# Error Handling + +Error handling is a way to find bugs and solve them as quickly as humanly possible. The errors in Node.js can be either operation or programmer errors. Read the articles linked below to understand how to handle different types of errors in Node.js + +Free Content +Node.js Error Handling Best Practices +Error handling in Node.js