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>pull/2431/head^2
parent
ee25c3712c
commit
b9a43a5f32
1 changed files with 17 additions and 1 deletions
@ -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> |
||||
|
Loading…
Reference in new issue