Discussion 10: Asynchronous Programming
Welcome to the tenth discussion! This week you'll learn more about programming asynchronously.
Materials
Download the lab slides here.
The slides with solutions will be posted here after the last discussion of the day.
Download the starter code here. Make sure to submit this to gradescope, ask your lab leaders to help you if you are unsure of how. We'll also show the process in the first lab.
The solution file will be posted here after lab.
Opening and working with the starter code
- If you need help installing VSCode and Node.js (required for this course), read this page.
- You will need a Node.js version starting from v16 and less than v20
- If you need help opening the project, read this page.
- After opening, run
npm install
in a VSCode terminal
Submitting
This assignment does not need a code submission on Gradescope. Answer the quiz questions on Gradescope instead.