1.

What does the Minify return back to the Script tag?(a) File I/O(b) Minify JavaScript(c) HTTP Request(d) Gzip encodedI have been asked this question at a job interview.I want to ask this question from JavaScript Minification topic in section Performance Measures in JavaScript of JavaScript

Answer»

The correct ANSWER is (d) Gzip encoded

To elaborate: Minification refers to the process of removing unnecessary or redundant data without affecting how the resource is PROCESSED by the browser. The MINIFY SENDS BACK the gzip encoded back to the Script tag.



Discussion

No Comment Found

Related InterviewSolutions