A

Admin • 833K Points
Coach

Q. What is the function of a Closure Compiler?

  • (A) Originates the JavaScript
  • (B) Compiles the JavaScript
  • (C) Rewrites JavaScript
  • (D) None of the mentioned
  • Correct Answer - Option(C)
  • Views: 19
  • Filed under category JavaScript
  • Hashtags:

Explanation by: Admin

Closure Compiler runs through a number of “scorched-earth” optimizations—it unfurls functions, rewrites variable names, and removes functions that are never called (as far as it can tell).

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.