CPSC270
Software Engineering and Project Design

Assignment 8

JavaScript Async

Read the following sections of MDN Asynchronous JavaScript:

  1. General asynchronous programming concepts
  2. Introducing asynchronous JavaScript
  3. Cooperative asynchronous JavaScript: Timeouts and intervals
  4. Handling async operations gracefully with Promises
  5. Making asynchronous programming easier with async and await
  6. Choosing the right approach