Match each item with a statement below:

A. Caused by incorrect use of JavaScript code or references to objects, methods, and variables that do not exist
B. The first line of defense in locating bugs in JavaScript programs
C. Displays a value in a dialog box
D. A JavaScript program that contains only the code you are testing
E. A statement in the code at which program execution enters break mode
F. Any error in a program that causes it to function incorrectly
G. Displays all local variables within the currently executing function, regardless of whether they have been initialized
H. A list of expressions whose values are displayed and updated throughout the execution of a program
I. Writing code that anticipates and handles potential problems
J. ?Identifying lines you think maybe causing problems and transforming them into comments


A. syntax errors
B. error messages
C. window.alert()
D. driver program
E. breakpoint
F. bug
G. variables list
H. watch list
I. bulletproofing
J. ?commenting out

Computer Science & Information Technology

You might also like to view...

Static variables are often used:

a. in arithmetic expressions b. to communicate between objects c. within looping structures d. all of the above

Computer Science & Information Technology

A(n) ____ variable is a numeric variable used for adding something together.

A. static B. named C. accumulator D. counter

Computer Science & Information Technology

The most current version of CSS is ____.

A. CSS2 B. CSS3 C. CSS3.5 D. CSS4

Computer Science & Information Technology

In MLA style, a citation to a source within the text of your research paper are indicated in an abbreviated manner is called a(n) ________ citation

A) abbreviated B) standard C) basic D) parenthetical

Computer Science & Information Technology