mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-31 04:59:50 +02:00
Added content for JavaScript Error and its types (#2317)
* Added content for JavaScript Error and its types along with free tutorial link and YouTube link * Update content/roadmaps/107-nodejs/content/103-nodejs-error-handling/103-error-types/100-javascript-errors.md Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
This commit is contained in:
@@ -1 +1,17 @@
|
|||||||
# Javascript errors
|
# Javascript Errors
|
||||||
|
|
||||||
|
JavaScript Errors are used by JavaScript to inform developers about various issue in the script being executed. These issues can be syntax error where the developer/programmer has used the worng syntax, it can be due to some wrong user input or some other problem.
|
||||||
|
|
||||||
|
JavaScript has six types of errors that may occur during the execution of the script:
|
||||||
|
|
||||||
|
* EvalError
|
||||||
|
* RangeError
|
||||||
|
* ReferenceError
|
||||||
|
* SyntaxError
|
||||||
|
* TypeError
|
||||||
|
* URIError
|
||||||
|
|
||||||
|
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
|
||||||
|
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.tutorialspoint.com/javascript/javascript_error_handling.htm'>JavaScript - Errors </BadgeLink>
|
||||||
|
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.tutorialspoint.com/what-are-the-different-types-of-errors-in-javascript'>Error Types in JavaScript</BadgeLink>
|
||||||
|
<BadgeLink badgeText='Watch' href='https://youtu.be/fRv2ng_srrM'>JavaScript Errors and Types</BadgeLink>
|
||||||
|
Reference in New Issue
Block a user