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