The information in the database file attached here has results from a survey that a programmer took of some of his friends. He's going to use that information to learn some things about the friends who answered the survey. For example: * What percent of his friends are programmers? * Do they like similar or dissimilar music? * How many of them live in each state?
One warning: these are real people, and real people don't always provide the easiest data to work with. Get ready for typos, unexpected blanks, and outright silliness (Max, for example, isn't 100 years old).
In the index.js file, Jeff has written some questions he has. Use your knowledge of for loops, and the .map() array method to complete these challenge!
Load this repo in your codesandbox.io account and complete the mini project https://github.com/BT-WD/survey-says-iteration-lab.git
Use this link to upload a github repo into your codesandbox.io https://codesandbox.io/s/github
The challenges of this lab are documented directly in the index.js as comments.
Exercises 9 and 10 are more complicated than most of the prior ones, and will likely require you to do some additional research and trial and error.
