What is the function of a Closure Compiler?

A Originates the JavaScript
B Compiles the JavaScript
C Rewrites JavaScript
D Links the JavaScript

Correct Answer: Rewrites JavaScript

The Closure Compiler is a tool for making JavaScript download and runs faster. Instead of compiling from a source language to machine code, it compiles from JavaScript to better JavaScript. 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).

Related Questions

What is the function of the closure compiler?
What is the purpose of the advanced mode in the Closure compiler?
What is a closure compiler UI?
What are the benefits of closure compiler?
In what way is the closure compiler efficient?
In which way can the closure compiler can be used?
In what way does the closure compiler help in checking the code?
The Closure Compiler was introduced by

Next steps