For this project, you will write a fun Web page that writes a (really) short story based on information you get from the user. You'll use
JavaScript to insert the user's words into the story.
For example, your story might start out like this:
"A long time ago, in a galaxy far, far away, there lived a young man and his trusty robot named C3PO."
You'll have a form where the user enters words, for example: an age, a type of person, and a name.
Then your JavaScript program will merge them together and produce a new version of the story like this:
"A long time ago, in a galaxy far, far away, there lived
an elderly woman and her trusty robot named
Garfield."