previous page

Overview | Part B Folder | newStory function | User Input | Build Story | Image | Gender | Caps Function | A/An Function | Image Rollover | Story Window | Questions

 
JavaScript Storyteller, Part B

Questions for Reflection


 

You will answer these questions in the WebQ after completing the second part of the project. Read the questions early in the project and keep them in mind as you work.

  1. In an error-free JavaScript program, can you have a function definition without a call to it?
  2. Syntactically speaking, i.e., looking at JavaScript code, how can you distinguish a function definition from a function call?
  3. In this project, you produce a storyteller page that allows the user to “fill in the blanks” in a short story structure that you provide. Describe how “filling in the blanks” is one way to think of what happens when a function with parameters is called. In the context of calling functions, what are the blanks, and what is used to fill them?
  4. What was the most difficult part of the project? What was the easiest?
  5. What changes would you make to your project in the future?
 
Close this window to return to the project description.

 

<< previous page