Skip to content

Commit f3f687d

Browse files
authored
Merge pull request #345 from odsantos/update-en-browser-events
Update "browser events" file
2 parents f767a12 + 37e66d8 commit f3f687d

File tree

1 file changed

+1
-1
lines changed
  • 2-ui/2-events/01-introduction-browser-events/02-hide-self-onclick

1 file changed

+1
-1
lines changed

2-ui/2-events/01-introduction-browser-events/02-hide-self-onclick/solution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Can use `this` in the handler to reference "itself" here:
1+
Can use `this` in the handler to reference "the element itself" here:
22

33
```html run height=50
44
<input type="button" onclick="this.hidden=true" value="Click to hide">

0 commit comments

Comments
 (0)