1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-29 03:59:54 +02:00

Added links to exception handling javascript roadmap (#3775)

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
This commit is contained in:
Alyxson Marques
2023-09-22 16:40:06 -03:00
committed by GitHub
parent 5ffb9fad9f
commit c50200bfe7

View File

@@ -6,4 +6,5 @@ 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)
- [Error Handling](https://javascript.info/error-handling)
- [Error Handling](https://javascript.info/error-handling)
- ["Throw" operator](https://javascript.info/try-catch#throw-operator)