For this exercise, we were to pretend to be kindergarten teachers who are trying to determine which students still need to register for upcoming field trips. The data was available in a JSON file with an array of student objects, with each object having the students' names and whether they're registered.
- Use JavaScript to fetch data from a JSON file with an array of student "objects" to determine which students still needed to register for a field trip.
View the results of the Field Trip Registration exercise here: https://marisabrantley.github.io/field-trip-registration/
Skillcrush, Break into Tech Blueprint
JavaScript Fundamentals - Intro to API's