ОБ
Size: a a a
ОБ
ОБ
С
V
Н
С
AK
С
С
AK
С
AK
С
AK
ОБ
let opt=[];
opt[city] =document.createElement("option");
opt[city].value=city;
opt[city].text=cities[city];
selector.add(opt[city],null);
let opt = document.createElement("option");
opt.value=city;
opt.text=cities[city];
selector.add(opt);
С
С
С
AK