In how many modes can the Closure compiler be run?

In how many modes can the Closure compiler be run? Correct Answer 2

Closure Compiler can be run in either of two modes: In Simple mode it mostly performs like most other minifiers, removing whitespace, line breaks, and comments In Advanced mode it rewrites the JavaScript by renaming variables and functions from longer descriptive names to single letters to save file size, and it inlines functions, coalescing them into single functions wherever it determines that it can

Related Questions

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?
In what way is the closure compiler efficient?
In what way does the closure compiler help in checking the code?
What is the function of the closure compiler?