Skip to content

Commit c205c28

Browse files
committed
day 1 fixes
1 parent 06dd789 commit c205c28

File tree

2 files changed

+215
-217
lines changed

2 files changed

+215
-217
lines changed

14_Day_Error_handling/14_day_error_handling.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ try {
8080
```sh
8181
ReferenceError: fistName is not defined
8282
at <anonymous>:4:20
83-
In any case I will be executed
83+
In any case it will be executed
8484
```
8585
8686
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.

0 commit comments

Comments
 (0)