Study Guide

  1. To declare a function use the reserved word _____.
  2. Answer
  3. True or False. A function is a little script within a larger script.
  4. Answer
  5. What surrounds the code inside a function.
  6. Answer
  7. True or False. When a function is defined the Javascript statements are immediately executed.
  8. Answer