## Suggested Change Currently the file uses multiple conditional statements to check if userResponse is true. - This can be consolidated through a loop - Will align with best DRY practices - Will condense the size of the file
Suggested Change
Currently the file uses multiple conditional statements to check if userResponse is true.