Skip to content

Commit 2f99e3a

Browse files
authored
Merge pull request #999 from juliastetskaya/patch-25
Update article.md
2 parents 75c62cc + 1ddadce commit 2f99e3a

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
@@ -298,7 +298,7 @@ try {
298298
*!*
299299
alert(e.name); // SyntaxError
300300
*/!*
301-
alert(e.message); // Unexpected token o in JSON at position 2
301+
alert(e.message); // Unexpected token b in JSON at position 2
302302
}
303303
```
304304

0 commit comments

Comments
 (0)