From 103065d8520abe7027532b1c46485826ba3770f5 Mon Sep 17 00:00:00 2001 From: Yuriy Vorobyov Date: Wed, 4 Jan 2023 17:37:10 +0300 Subject: [PATCH] Add content for errors (#3135) --- .../103-error-types/readme.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/107-nodejs/content/103-nodejs-error-handling/103-error-types/readme.md b/content/roadmaps/107-nodejs/content/103-nodejs-error-handling/103-error-types/readme.md index 6e8c94cf1..20da0241a 100644 --- a/content/roadmaps/107-nodejs/content/103-nodejs-error-handling/103-error-types/readme.md +++ b/content/roadmaps/107-nodejs/content/103-nodejs-error-handling/103-error-types/readme.md @@ -1 +1,9 @@ -# Error types \ No newline at end of file +# Error types + +Programming errors refer to situations that prevent a program from working properly. +Experiencing different types of errors in programming is a huge part of the development process. +Knowing the difference in types of errors and the reasons for them will make it easier for you to identify the necessary part of the code and solve the problem correctly. + +Free Content +Node.js Errors +MDN: JavaScript Error Object