Skip to content

cornel001/users

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

users

Demo for JS Promise: Get a limited list of users from github, using fetch. For each memeber of the list, dispatch another fetch, get name from result, and display it; each operation is a promise, does not wait for others to complete, so each name is displayed as soon as it arrives, so names are dispayed on arrival order. Could be re-written with async/await.

About

Demo for JS Promise: Get a limited list of users from github

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published