Courses
Personal Projects
Asynchronous Callbacks (Preview)
Certain operations are asynchronous
These operations generally leave "JavaScript Land" and come back
When the operations come back, they run a function
Timeouts and network calls both follow this pattern
18 / 21