Vidyalelo
JavaScript · Q156

Document Object Model And Event Handling

Programming · JavaScript · question 156

Q156

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

A.
Minimised version
Answer
B.
Miniature
C.
Minimised parameters
D.
Minimum value

Answer: Option A

Solution

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