My Story

What I Did

I used prompt() to ask the user for different words and stored each answer in a variable using let. I created a story string using template literals (backticks) and inserted variables with ${}. I used document.getElementById() to select #madlib-output and set .innerHTML to my story.