Arrays in Javascript

Part 1: Using Arrays to Validate Forms

This assignment required us to build a form using radio buttons and checkboxes and then validate whether the uaer has checked and filled the various parts of this form I have used Array.some() to validate whether different sections of this form were filled at once

Please see this assignment Below


Part 3: Array of Objects

This part of the assingment uses an array of objects to fetch and display information additionally the assignment requests that the user be able to find the given information either by typing the abbreivation or the name of the state.