From 9e867d5f4e414db6dbd10742f3fd240ca4c55974 Mon Sep 17 00:00:00 2001 From: roadmap bot <135830415+roadmap-bot@users.noreply.github.com> Date: Fri, 30 Jun 2023 19:00:32 +0100 Subject: [PATCH] chore: add resource under javascript:javascript-control-flow:exception-handling:throw-statement --- .../100-exception-handling/100-throw-statement.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/data/roadmaps/javascript/content/107-javascript-control-flow/100-exception-handling/100-throw-statement.md b/src/data/roadmaps/javascript/content/107-javascript-control-flow/100-exception-handling/100-throw-statement.md index d980b4600..3be668018 100644 --- a/src/data/roadmaps/javascript/content/107-javascript-control-flow/100-exception-handling/100-throw-statement.md +++ b/src/data/roadmaps/javascript/content/107-javascript-control-flow/100-exception-handling/100-throw-statement.md @@ -5,4 +5,5 @@ The throw statement throws a user-defined exception. Execution of the current fu Visit the following resources to learn more: - [throw statement - w3schools](https://www.w3schools.com/jsref/jsref_throw.asp) -- [JavaScript MDN Docs](https://developer.mozilla.org/en-us/docs/web/javascript/reference/statements/throw) \ No newline at end of file +- [JavaScript MDN Docs](https://developer.mozilla.org/en-us/docs/web/javascript/reference/statements/throw) +- [Error Handling](https://javascript.info/error-handling) \ No newline at end of file