FrontEndMasters Async Javascript

From the first note in the notebook:

Exercise 1 Solution

To manage async "requests" with callbacks, you have no choice but have some kind of shared state to hold the responses until they arrive in correct order. 
Continue to the rest of the note ⇒