Fix minor typo error: ol number
This commit is contained in:
parent
72482bc435
commit
dfcacf2d82
1 changed files with 1 additions and 1 deletions
|
@ -363,7 +363,7 @@ The "rethrowing" technique can be explained in more detail as:
|
|||
|
||||
1. Catch gets all errors.
|
||||
2. In the `catch(err) {...}` block we analyze the error object `err`.
|
||||
2. If we don't know how to handle it, we do `throw err`.
|
||||
3. If we don't know how to handle it, we do `throw err`.
|
||||
|
||||
Usually, we can check the error type using the `instanceof` operator:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue