another one

This commit is contained in:
Dmitry Anderson 2018-08-21 08:57:13 +03:00 committed by GitHub
parent f47d25e1aa
commit 1b4bd42a24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ The solution, step by step:
// 2) // 2)
let newOption = new Option("Classic", "classic"); let newOption = new Option("Classic", "classic");
select.append(newOption); genres.append(newOption);
// 3) // 3)
newOption.selected = true; newOption.selected = true;