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 <kamranahmed.se@gmail.com>revert-2341-remove_nodejs_errors
parent
3fad96aa10
commit
bf901eccc6
1 changed files with 7 additions and 1 deletions
@ -1 +1,7 @@ |
||||
# Nodejs error handling |
||||
# 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 |
||||
|
||||
<ResourceGroupTitle>Free Content</ResourceGroupTitle> |
||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://sematext.com/blog/node-js-error-handling'>Node.js Error Handling Best Practices</BadgeLink> |
||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://blog.logrocket.com/error-handling-node-js/'>Error handling in Node.js</BadgeLink> |
||||
|
Loading…
Reference in new issue