Skip to content

Commit 228dd29

Browse files
authored
Merge pull request #1921 from askend3d/patch-1
update-301-string
2 parents 8213482 + f0d9fd7 commit 228dd29

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)