Vidyalelo
JavaScript · Q12

Caching And Debugging

Programming · JavaScript · question 12

Q12

What is the purpose of the simple mode?

A.
Removes whitespaces
Answer
B.
Does not remove white spaces
C.
Removes the unwanted words
D.
None of the mentioned

Answer: Option A

Solution

Answer: Option A
Solution:
In Simple mode it mostly performs like most other minifiers, removing whitespace, line breaks, and comments.