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