Lesson 8 - Activity 2: Do you need help creating Objects?

Time: 1 - 5 hours

Purpose: This activity helps you get familiar with Objects by tasking you with using them in the random data generator.

Introduction: Our random data is lacking structure, so in this activity, we’re going to use Objects to structure our data better.

For this activity, you can either use your existing random data generator code you’ve created or you can use this example code-base.

Task: Extend the Object demonstrated in the lesson to include the following:

  • Lastname
  • Total price
  • Deposit paid
  • Additional needs

If you need help, post questions on this thread for support.