pull/513/merge
Mohd Shuaib Siddiqui 3 years ago committed by GitHub
commit 267f43cdd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -80,7 +80,7 @@ try {
```sh ```sh
ReferenceError: fistName is not defined ReferenceError: fistName is not defined
at <anonymous>:4:20 at <anonymous>:4:20
In any case it will be executed In any case I 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. 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.

Loading…
Cancel
Save