Step 4: Show the average score when the average score button
is clicked.
Hint: If you're having trouble, look at the
for...of loop exercises.
Hint: If the numbers don't add up correctly, convert each
score to a number when adding it to the array:
scores.push(Number(score.value))