Merge pull request #1637 from koala-lava/patch-3

Minor note
This commit is contained in:
Ilya Kantor 2019-11-30 09:28:45 +03:00 committed by GitHub
commit 6a52ee2cf5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,3 +18,5 @@ Use JavaScript to:
1. Show the value and the text of the selected option. 1. Show the value and the text of the selected option.
2. Add an option: `<option value="classic">Classic</option>`. 2. Add an option: `<option value="classic">Classic</option>`.
3. Make it selected. 3. Make it selected.
Note, if you've done everything right, your alert should show `blues`.