Update try, catch, finally in JavaScript roadmap (#1658)
parent
8395837339
commit
38f637c876
1 changed files with 6 additions and 1 deletions
@ -1 +1,6 @@ |
||||
# Try catch finally |
||||
# Try, Catch, Finally |
||||
|
||||
These are ways of handling errors in your JavaScript code. Inside the try code block we have the code to run, inside the catch block we handle the errors, and inside the finally block we have code that runs after the execution of the previous code blocks, regardless of the result. |
||||
|
||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.w3schools.com/js/js_errors.asp'>JavaScript Errors</BadgeLink> |
||||
|
||||
|
Loading…
Reference in new issue