Skip to content

Commit f45b22f

Browse files
authored
Update article.md
1 parent 4f6579e commit f45b22f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/10-error-handling/1-try-catch/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Non funzionerà se il codice è sintatticamente errato, per esempio se ha delle
8181
try {
8282
{{{{{{{{{{{{
8383
} catch (err) {
84-
alert("The engine can't understand this code, it's invalid");
84+
alert("Il motore (engine) non riesce a interpretare il codice, esso non è valido");
8585
}
8686
```
8787

0 commit comments

Comments
 (0)