Discussion :: Javascript - CS
- 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
Explanation :
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.
Be The First To Comment