1.

Which of the following are JavaScript optimizers?(a) JSMin(b) Packer(c) Minify(d) Both JSMin and PackerI got this question in an online quiz.My question is from JavaScript Minification in section Performance Measures in JavaScript of JavaScript

Answer»

The correct choice is (d) Both JSMIN and Packer

Best explanation: JSMin is a filter which removes comments and unnecessary WHITESPACE from JavaScript FILES. It typically reduces filesize by half, RESULTING in FASTER downloads. JavaScript optimizers such as JSMin and Packer are specially designed for modern web programming techniques and are able to understand and preserve conditional comments, and similar.



Discussion

No Comment Found

Related InterviewSolutions