Vidyalelo
JavaScript · Q50

Performance Measures

Programming · JavaScript · question 50

Q50

From which did Minification concept originate?

A.
JavaScript code efficiency
B.
JavaScript interpreter
Answer
C.
Both JavaScript code efficiency and interpreter
D.
None of the mentioned

Answer: Option B

Solution

Answer: Option B
Solution:
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.