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.
2 parents fcd7589 + 8c8f3bc commit 6a52ee2Copy full SHA for 6a52ee2
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