-
This exercise calls for you to write some async flow-control code. To start off with, you'll use callbacks only.
-
Expected behavior:
- Request all 3 files at the same time (in "parallel").
- Render them ASAP (don't just blindly wait for all to finish loading)
- BUT, render them in proper (obvious) order: "file1", "file2", "file3".
- After all 3 are done, output "Complete!".
-
Notifications
You must be signed in to change notification settings - Fork 0
kishorsharma/async-programing-js
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Async programing in javascript
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published