Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
iliakan committed Aug 14, 2019
1 parent aa4273f commit 99cbc65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion 1-js/10-error-handling/1-try-catch/article.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ try {
*!*
alert(e.name); // SyntaxError
*/!*
alert(e.message); // Unexpected token o in JSON at position 0
alert(e.message); // Unexpected token o in JSON at position 2
}
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ The demo:
[iframe border="1" src="solution" height=180]

P.S. For this task we can assume that list items are text-only. No nested tags.

P.P.S. Prevent the native browser selection of the text on clicks.

0 comments on commit 99cbc65

Please sign in to comment.