Score Analyzer

Step 2: Update the scores paragraph when a score is submitted.
Hint: Set the paragraph's content to what's already there, plus the score that was just submitted:
scoresParagraph.innerHTML = `${scoresParagraph.innerHTML} ${score.value}`
Last step Next step