If you have no idea what I'm talking about, check this out: http://closure-compiler.appspot.com/home (this is a JavaScript minifier)
On their website they declare the following:
The Closure compiler compiles JavaScript into compact, high-performance code. The compiler removes dead code and overwrites and minimizes what remains, so that it loads and runs quickly. It also checks syntax, variable and type references, and warns of common JavaScript traps. These checks and optimizations help you write applications that are less error prone and easier to maintain.
But can someone really explain in detail what this Closure compiler does for my code?
javascript
Jason stackhouse
source share