JavaScript Minifier
With Google Closure Compiler
Enter JavaScript Here
function hello(name) { alert('Hello, ' + name); } hello('New user');
Compressed code
Minify!
Advanced Options...