1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-19 07:31:24 +02:00

fix: try, catch, throw broken video link (#4961)

* Update index.md

Removed 'try, catch, throw" video as it is broken.

* Update src/data/roadmaps/javascript/content/107-javascript-control-flow/100-exception-handling/index.md

---------

Co-authored-by: Arik Chakma <arikchangma@gmail.com>
This commit is contained in:
P J Sahrudh
2024-01-03 16:54:04 +05:30
committed by GitHub
parent ca2a75537e
commit d5a47b79db

View File

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