A

Admin • 802.91K Points
Coach

Q. Which of the following is the order of Minify process?

  • (A) Remove extraneous characters, gzip the response, Read
  • (B) Remove extraneous characters, Read, gzip the response
  • (C) Read, Remove extraneous characters, gzip the response
  • (D) None of the mentioned
  • Correct Answer - Option(C)
  • Views: 4
  • Filed under category JavaScript
  • Hashtags:

Explanation by: Admin
Minify reads in the content, decorates it by way of removing extraneous characters, and gzips the response.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.