Vidyalelo
JavaScript · Q19

Caching And Debugging

Programming · JavaScript · question 19

Q19

In what way does the closure compiler help in checking the code?

A.
Warnings
Answer
B.
Suddenly aborts
C.
Rejects malicious inputs
D.
All of the mentioned

Answer: Option A

Solution

Answer: Option A
Solution:
The Closure Compiler provides warnings for illegal JavaScript and warnings for potentially dangerous operations, helping you to produce JavaScript that is less buggy and easier to maintain.