A

Admin • 833K Points
Coach

Q. What is the purpose of the advanced mode in the closure compiler?

  • (A) Renames variables
  • (B) Renames function
  • (C) Both Renames variables and function
  • (D) None of the mentioned
  • Correct Answer - Option(C)
  • Views: 25
  • Filed under category JavaScript
  • Hashtags:

Explanation by: Admin

In Advanced mode it rewrites the JavaScript by renaming variables and functions from longer descriptive names to single letters to save file size, and it inlines functions, coalescing them into single functions wherever it determines that it can.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.