Skip to content

Commit f0d9fd7

Browse files
authored
update-301-string
запустил код, у меня выдало эту ошибку, ну то есть ошибка написанная там в коменте и у меня отличается, я исправил там.
1 parent 8213482 commit f0d9fd7

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 b in JSON at position 2
301+
alert(e.message); // Expected property name or '}' in JSON at position 2 (line 1 column 3)
302302
}
303303
```
304304

0 commit comments

Comments
 (0)