Momentum logo
Team 14 Classroom

JS Objects

Posted on Aug 1st, 2022

Today’s topics

  • Introduction to the object data structure in JavaScript
  • Storing data in and retrieving data from objects
  • Using DOM manipulation to render data from objects on the page

🎯 Project: Build a customer directory

  • Customer Database Link to assignment invitation
    • We will be working on this assignment as teams in class.
  • ➡️ Continue to preview the next topic, Asynchronous JavaScript and the Fetch API, by completing this section in Thinkific. We will use what we are learning about objects to handle the data we get back from our fetch() requests.

Examples

🔖 Resources

⭐ EXTRA/TMI

🦉 Code, Notes & Videos

Back to home