value property to get something
from a text box:
ageInput.valueThen use
${} to inject a variable in a string:
`Age: ${ageInput.value}`
Finally update the age paragraph with the string by following the pattern
for the showing the name.