Skip to content

Apr 01: JavaScript Promises

Learning Objectives

After today's class, you should be able to:

  • Describe how Promises help manage asynchronous operations.
  • Create a Promise to run a long-running function asynchronously.
  • Generate a bar chart visualizing a given dataset using Plotly.js.

Lesson Outline

Part 1 [25 min]

Activity [20 min]

Part 2 [30 min]