Multiple Choice
Which of the following JavaScript statements works like a breakpoint?
A) break;
B) "use strict";
C) debugger;
D) console.log() ;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: _ is the examination of individual statements
Q2: _ allows programs to handle errors as
Q3: Match each statement below with correct item:
Q5: The _ is the ordered list maintained
Q6: _ is the temporary suspension of program
Q7: Briefly explain how to use comments to
Q8: You log values to the console using
Q9: Name two tools you can use to
Q10: You enclose code that may contain an
Q11: A _ error occurs when the JavaScript