Time: 1 - 5 hours
Purpose: This activity helps you get familiar with data types by tasking you with creating the raw data types we will use in the random data generator.
Introduction: We’re now starting to build our random data generator app and we need some random data sets to pick from. So in this activity, we’re going to go about creating them.
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 example code with arrays of data to pick from for:
- Lastname
- Total price
- Deposit paid
- Additional needs
If you need help, post questions on this thread for support.