We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 621b447 commit 0e76325Copy full SHA for 0e76325
2-ui/2-events/01-introduction-browser-events/02-hide-self-onclick/solution.md
@@ -1,5 +1,5 @@
1
-Can use `this` in the handler to reference "the element itself" here:
+Bisa gunakan `this` pada penangan (_handler_) untuk mereferensi "elemen itu sendiri":
2
3
```html run height=50
4
-<input type="button" onclick="this.hidden=true" value="Click to hide">
+<input type="button" onclick="this.hidden=true" value="Tekan untuk menyembunyikan">
5
```
0 commit comments