We can access the data inside arrays using indexes. Array indexes are written in the same bracket notation that strings use, except that instead of specifying a character, they are specifying an entry ...
You will be working with an array of student objects. Each object will contain information about a student's name, age, and grade. Your task is to use forEach to: Log each student’s name and grade.