1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-01 06:50:26 +02:00

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

This commit is contained in:
roadmap bot
2023-06-30 19:00:32 +01:00
parent f3b186d525
commit 9e867d5f4e

View File

@@ -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)
- [JavaScript MDN Docs](https://developer.mozilla.org/en-us/docs/web/javascript/reference/statements/throw)
- [Error Handling](https://javascript.info/error-handling)