Q. What is the purpose of a JavaScript debugger?

  • (A) Correction of errors
  • (B) Placing script execution under control
  • (C) Correction of errors & Placing script execution under control
  • (D) None of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (B) Placing script execution under control
Explanation: A debugger is an application that places all aspects of script execution under the control of the programmer. Debuggers provide fine-grained control over the state of the script through an interface that allows you to examine and set values as well as control the flow of execution.
Explanation by: Mr. Dubey
A debugger is an application that places all aspects of script execution under the control of the programmer. Debuggers provide fine-grained control over the state of the script through an interface that allows you to examine and set values as well as control the flow of execution.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
140
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
83%
Success Rate