Raffle

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