₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,326,066 members, 8,424,817 topics. Date: Thursday, 11 June 2026 at 04:36 PM

Toggle theme

Chidicj's Posts

Nairaland ForumChidicj's ProfileChidicj's Posts

1 (of 1 pages)

Jobs/VacanciesRe: Andela: IT Training And Job by chidicj: 6:17pm On Jun 08, 2019
is it just me or is anyone else still stuck in the displayUsers function even after hard reload. please help cry
i've done this but still not progressing

const displayUsers = (users) => {
const sel=document.querySelector('.select-text');
users.forEach(user => {
const opt = document.createElement('option');
const text = document.createTextNode(user.name);
opt.value = user.id;
opt.appendChild(text);
sel.appendChild(opt);
});
}

1 (of 1 pages)