coding-guy
coding-guy

coding-guy

Follow
Follow
homebadges
Tag

promises

#promises

More content

Read more stories on Hashnode


Articles with this tag

Why is async() not returning the fetched data?

Jul 6, 20213 min read

Problem: I tested my async function that fetch data from a url, it works correctly. But it doesn't return the fetched data, why? Consider a simple...

Why is async() not returning the fetched data?