mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-22 17:02:58 +02:00
fixes typo and spacing (#2622)
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Async errors
|
# Async errors
|
||||||
|
|
||||||
Errors must always be handled. If you are using synchronous programming you could use a try catch. But this does not work if you work asynchronous!Async errors will only be handled inside the callback function!
|
Errors must always be handled. If you are using synchronous programming you could use a try catch. But this does not work if you work asynchronous! Async errors will only be handled inside the callback function!
|
||||||
|
|
||||||
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
|
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
|
||||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.mariokandut.com/handling-errors-in-asynchronous-functions-node-js/'>Asyn Errors</BadgeLink>
|
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.mariokandut.com/handling-errors-in-asynchronous-functions-node-js/'>Async Errors</BadgeLink>
|
||||||
|
Reference in New Issue
Block a user