Q15
In what way is the closure compiler efficient?
A.
Increases the size of the JavaScript files
B.
Reduces the size of the JavaScript files
AnswerC.
Reduces the execution time
D.
Reduces the speed
Answer: Option B
Solution
Answer: Option B
Solution:
The Closure Compiler reduces the size of your JavaScript files and makes them more efficient, helping your application to load faster and reducing your bandwidth needs.