From 15259560e0c6581d3f25267304c3129b0956285e Mon Sep 17 00:00:00 2001 From: roadmap bot <135830415+roadmap-bot@users.noreply.github.com> Date: Fri, 9 Jun 2023 01:50:19 +0100 Subject: [PATCH] chore: add resource under javascript:javascript-control-flow:exception-handling --- .../107-javascript-control-flow/100-exception-handling/index.md | 1 + 1 file changed, 1 insertion(+) 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 acaca96cc..439ccbb1c 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,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) \ No newline at end of file