What does the min mean?"/>
Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. Consider the following code snippet

    script src="jquery-1.4.2.min.js"></script>

    What does the min mean?

  2. A.

     Minimised version

    B.

     Miniature

    C.

     Minimised parameters

    D.

     Minimum value

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    The min means the minimised version of the library, with unnecessary comments and whitespace removed, and internal identifiers replaced with shorter ones.


Be The First To Comment