Vidyalelo
JavaScript · Q98

Caching And Debugging

Programming · JavaScript · question 98

Q98

How do we debug a script?

A.
Use of JavaScript Validator
B.
Use of JavaScript Debugger
C.
Use of JavaScript Validator & Debugger
Answer
D.
None of the mentioned

Answer: Option C

Solution

Answer: Option C
Solution:
Both the JavaScript Validator and the JavaScript Debugger can be used to debug a script.