From d5a47b79db836114e5bf7e387b1a2378730df558 Mon Sep 17 00:00:00 2001 From: P J Sahrudh <40433029+prathisahrudh@users.noreply.github.com> Date: Wed, 3 Jan 2024 16:54:04 +0530 Subject: [PATCH] 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 --- .../107-javascript-control-flow/100-exception-handling/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/roadmaps/javascript/content/107-javascript-control-flow/100-exception-handling/index.md b/src/data/roadmaps/javascript/content/107-javascript-control-flow/100-exception-handling/index.md index 439ccbb1c..557a2c1f9 100644 --- a/src/data/roadmaps/javascript/content/107-javascript-control-flow/100-exception-handling/index.md +++ b/src/data/roadmaps/javascript/content/107-javascript-control-flow/100-exception-handling/index.md @@ -5,4 +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) \ No newline at end of file +- [try, catch, finally, throw (video)](https://youtu.be/cFTFtuEQ-10)