We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbf874f commit 7412e5bCopy full SHA for 7412e5b
2-ui/2-events/01-introduction-browser-events/02-hide-self-onclick/task.md
@@ -2,11 +2,11 @@ importance: 5
2
3
---
4
5
-# Hide self
+# Sembunyikan diri
6
7
-Create a button that hides itself on click.
+Buat sebuah tombol yang menyembunyikan dirinya sendiri pada saat di klik.
8
9
```online
10
-Like this:
11
-<input type="button" onclick="this.hidden=true" value="Click to hide">
+Seperti ini:
+<input type="button" onclick="this.hidden=true" value="Klik untuk sembunyi">
12
```
0 commit comments