File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
2-ui/4-forms-controls/1-form-elements/1-add-select-option Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ importance: 5
22
33---
44
5- # Add an option to select
5+ # Tambahkan option pada select
66
77There's a ` <select> ` :
88
@@ -13,10 +13,10 @@ There's a `<select>`:
1313</select >
1414```
1515
16- Use JavaScript to :
16+ Gunakan Javascript untuk :
1717
18- 1 . Show the value and the text of the selected option.
19- 2 . Add an option: ` <option value="classic">Classic</option> ` .
20- 3 . Make it selected.
18+ 1 . Tampilkan nilai dan teks dari selected option.
19+ 2 . Tambahkan sebuah option: ` <option value="classic">Classic</option> ` .
20+ 3 . Buat menjadi selected.
2121
22- Note, if you've done everything right, your alert should show ` blues ` .
22+ Note, jika semua benar, alert akan menampilkan ` blues ` .
You can’t perform that action at this time.
0 commit comments