Examveda
Examveda

From which did Minification concept originate?

A. JavaScript code efficiency

B. JavaScript interpreter

C. Both JavaScript code efficiency and interpreter

D. None of the mentioned

Answer: Option B

Solution(By Examveda Team)

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.

This Question Belongs to Javascript >> Performance Measures

Join The Discussion

Related Questions on Performance Measures