Examveda
Examveda

Consider the following code snippet
script src="jquery-1.4.2.min.js"></script>
What does the min mean?

A. Minimised version

B. Miniature

C. Minimised parameters

D. Minimum value

Answer: Option A

Solution(By Examveda Team)

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

Join The Discussion

Related Questions on Document Object Model and Event Handling