1.

What is the purpose of the simple mode?(a) Removes whitespaces(b) Does not remove white spaces(c) Removes the unwanted words(d) Removes charactersI got this question in exam.I'm obligated to ask this question of The Closure Compiler topic in portion Caching, Debugging and Animation of JavaScript

Answer»

Right CHOICE is (a) Removes whitespaces

The explanation: The javascript minifier compresses the javascript code. In Simple mode it mostly performs LIKE most other minifiers, REMOVING whitespace, line breaks, and COMMENTS.



Discussion

No Comment Found

Related InterviewSolutions