We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 55f825c + dfcacf2 commit b947777Copy full SHA for b947777
1-js/10-error-handling/1-try-catch/article.md
@@ -363,7 +363,7 @@ The "rethrowing" technique can be explained in more detail as:
363
364
1. Catch gets all errors.
365
2. In the `catch(err) {...}` block we analyze the error object `err`.
366
-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`.
367
368
Usually, we can check the error type using the `instanceof` operator:
369
0 commit comments