Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. From which did Minification concept originate?

  2. A.

     JavaScript code efficiency

    B.

     JavaScript interpreter

    C.

     Both JavaScript code efficiency and interpreter

    D.

     None of the mentioned

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    Minification is originally based on the idea that the JavaScript interpreter ignores white space, line breaks, and of course comments, so we can save on total file size of our .js files if we remove those unneeded characters.


Be The First To Comment