Q. What is the function of a Closure Compiler?
β
Correct Answer: (C)
Rewrites JavaScript
Explanation: 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).