Q50
From which did Minification concept originate?
A.
JavaScript code efficiency
B.
JavaScript interpreter
AnswerC.
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.