Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

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

  2. A.

     Warnings

    B.

     Suddenly aborts

    C.

     Rejects malicious inputs

    D.

     All of the mentioned

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    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.


Be The First To Comment