for (const district of value.districts) { $("#cityPicker").append('<option value="' + district + '">' + district + '</option>'); }