We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2af7402 commit 8c8f3bcCopy full SHA for 8c8f3bc
2-ui/4-forms-controls/1-form-elements/1-add-select-option/task.md
@@ -18,3 +18,5 @@ Use JavaScript to:
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.
21
+
22
+Note, if you've done everything right, your alert should show `blues`.
0 commit comments