HTML5_Carey7_ch9

123456789101112131415
Across
  1. 5. A condition in which a variable can be referenced from within all script elements on a Web page
  2. 10. A named item in a program that stores a value or an object
  3. 11. An operator that assigns a value to an item
  4. 12. A data type for variables in which no value has been assigned
  5. 14. In JavaScript, the feature that indicates where you can reference a variable within a Web page
  6. 15. In JavaScript, a single line that indicates an action for browsers to take
Down
  1. 1. The process of searching program code to locate the source of a programming error
  2. 2. A programming technique that involves a program run from user's own computers
  3. 3. In JavaScript, the process by which a variable is named and memory space is reserved for it
  4. 4. A data type that has one of two possible values: true or false
  5. 6. An operator that works with two operands
  6. 7. A location in the code where the browser will pause the program, allowing the programmer to determine whether an error has already occurred in the script’s execution
  7. 8. The software program that translates program code into machine language
  8. 9. In JavaScript, a group of commands that performs an action or returns a value
  9. 13. In JavaScript, an action that manipulates or acts upon an object