Goal: Add a small list of previous example applications.
Learning Topics:
arrays
objects
loop through array
Tasks:
Create an array of stored applications.
Each application should have a name and score.
Keep the stored data simple.
Acceptance Criteria:
The array has at least 2 stored applications.
The program can loop through them.
The console prints each stored application.
Goal: Add a small list of previous example applications.
Learning Topics:
arrays
objects
loop through array
Tasks:
Create an array of stored applications.
Each application should have a name and score.
Keep the stored data simple.
Acceptance Criteria:
The array has at least 2 stored applications.
The program can loop through them.
The console prints each stored application.