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

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

Closure compiler parses your JavaScript, analyzes it, removes dead code and rewrites and minimizes what’s left. 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.

Related Questions

In what way is the closure compiler efficient?
In which way can the closure compiler can be used?
What is the purpose of the advanced mode in the Closure compiler?
What is the function of a Closure Compiler?
What is a closure compiler UI?
What are the benefits of closure compiler?
What is the function of the closure compiler?
The Closure Compiler was introduced by