1.

From which did Minification concept originate?(a) JavaScript code efficiency(b) JavaScript interpreter(c) JavaScript Compiler(d) JavaScript writerI got this question in an interview for job.Question is from JavaScript Minification topic in division Performance Measures in JavaScript of JavaScript

Answer»

The correct CHOICE is (b) JAVASCRIPT interpreter

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.



Discussion

No Comment Found

Related InterviewSolutions