Skip to content

Commit

Permalink
day 1 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Asabeneh committed Aug 22, 2020
1 parent 06dd789 commit c205c28
Show file tree
Hide file tree
Showing 2 changed files with 215 additions and 217 deletions.
2 changes: 1 addition & 1 deletion 14_Day_Error_handling/14_day_error_handling.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ try {
```sh
ReferenceError: fistName is not defined
at <anonymous>:4:20
In any case I will be executed
In any case it will be executed
```
The catch block take a parameter. It is common to pass e, err or error as a parameter to the catch block. This parameter is an object and it has name and message keys. Lets use the name and message.
Expand Down
Loading

0 comments on commit c205c28

Please sign in to comment.