Array Building Exercise
Make an array of 4 student objects with the following properties
- name
- age
and the following data types:
- array
- boolean
Print each student's name and age to the console
Make an array of 4 student objects with the following properties
and the following data types:
Print each student's name and age to the console