JavaScript ArraysPart 1Create code a script and form that will validate whether the user has entered data in the input text box, has checked one of the radio buttons, has checked at least one checkbox, and has selected an option from the list of options in the select (or datalist) element. After submitting, the user will see either an error or success message. View Part 1Part 2Code a script for 2 pulldown menus. The first pulldown menu should utilize an event handler. The second pulldown menu should utilize a button with an event handler to navigate to a page after an option is selected. Each pulldown menu should include at least 3 URL destinations and links open in another tab or window. View Part 2Part 3You will write a script where the user will type the full name or abbreviation of the state they desire to get data about several of our states from the July/2019 census. After the user click the button to get "State Info", you will verify if the state typed by the user exists in your database. View Part 3 |