Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 99cbc65

Browse files
committed
minor
1 parent aa4273f commit 99cbc65

File tree

2 files changed

+2
-1
lines changed
  • 1-js/10-error-handling/1-try-catch
  • 2-ui/3-event-details/1-mouse-events-basics/01-selectable-list

2 files changed

+2
-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 0
301+
alert(e.message); // Unexpected token o in JSON at position 2
302302
}
303303
```
304304

‎2-ui/3-event-details/1-mouse-events-basics/01-selectable-list/task.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ The demo:
1414
[iframe border="1" src="solution" height=180]
1515

1616
P.S. For this task we can assume that list items are text-only. No nested tags.
17+
1718
P.P.S. Prevent the native browser selection of the text on clicks.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /