Step 4: Replace a word in the story with what the user typed in the
text box.
Hint: Use the
value
property to get something
from a text box:
thing.value
Then use
${}
to inject a variable in a string. Example:
`The ${thing.value} jumped over the fence.`