✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
На сторінці є спадний список:<select id = "list"><option value="0">Львів</option><option value="1">Київ</option> <option value="2">Одеса</option></select> Звернемося до цього списку за допомогою JavaScript: var sel = document.getElementById("list"); Яка з конструкцій поверне текст «Одеса»?