another one
This commit is contained in:
parent
f47d25e1aa
commit
1b4bd42a24
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue