Unit 3 Sections 8 and 10 Hacks
Muliple Choice Quiz
In the code lists and iterations help condense the code and help with it’s readablity. The for (let question in questions) basically helps repeat code for all of the questions making it standardized and makes sure that the same code is applied to all of the sections. And the lists hold all of the information that relates to the question answers.
Excercise