Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. In what way is the closure compiler efficient?

  2. A.

     Increases the size of the JavaScript files

    B.

     Reduces the size of the JavaScript files

    C.

     Reduces the execution time

    D.

     Reduces the speed

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    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.


Be The First To Comment