Skip to content

Commit 1695a18

Browse files
longo-andreapasor1
andauthored
Update 1-js/10-error-handling/2-custom-errors/article.md
Co-authored-by: Simone Pasini <66781510+pasor1@users.noreply.github.com>
1 parent 6bec493 commit 1695a18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/10-error-handling/2-custom-errors/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Il blocco `try..catch` nel codice qui sopra gestisce sia il nostro `ValidationEr
110110

111111
Poniamo particolare attenzione a come usiamo `instanceof` per verificare errori specifici nella linea `(*)`.
112112

113-
Noi potremmo anche verificare tramite `err.name`, tipo così:
113+
Potremmo anche verificare tramite `err.name`, nel seguente modo:
114114

115115
```js
116116
// ...

0 commit comments

Comments
 (0)