We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bec493 commit 1695a18Copy full SHA for 1695a18
1-js/10-error-handling/2-custom-errors/article.md
@@ -110,7 +110,7 @@ Il blocco `try..catch` nel codice qui sopra gestisce sia il nostro `ValidationEr
110
111
Poniamo particolare attenzione a come usiamo `instanceof` per verificare errori specifici nella linea `(*)`.
112
113
-Noi potremmo anche verificare tramite `err.name`, tipo così:
+Potremmo anche verificare tramite `err.name`, nel seguente modo:
114
115
```js
116
// ...
0 commit comments