1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-29 20:21:50 +02:00

chore: add resource under javascript:javascript-control-flow:exception-handling

This commit is contained in:
roadmap bot
2023-06-09 01:50:19 +01:00
parent d8afa166aa
commit 15259560e0

View File

@@ -5,3 +5,4 @@ In JavaScript, all exceptions are simply objects. While the majority of exceptio
Visit the following resources to learn more:
- [Throwing Exceptions in JavaScript](https://rollbar.com/guides/javascript/how-to-throw-exceptions-in-javascript)
- [try, catch, finally, throw (video)](https://youtu.be/cftftueq-10)