Vidyalelo
JavaScript · Q15

Caching And Debugging

Programming · JavaScript · question 15

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
Answer
C.
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.