₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,325,641 members, 8,422,967 topics. Date: Tuesday, 09 June 2026 at 07:23 AM

Toggle theme

Folajoe's Posts

Nairaland ForumFolajoe's ProfileFolajoe's Posts

1 (of 1 pages)

Jobs/VacanciesRe: Andela: IT Training And Job by folajoe: 3:05pm On May 08, 2019
You need to call "displayUsers"
fetch(api).then(
(response) => {
return response.json();
}
).then(
({results}) => {
let [user] = results;
users.push(user);
return user;
}
).then(
(user) => {
displayUsers(user);
}with "user", but wrap it as an inline array. can you please help with this

1 (of 1 pages)