JS Minifier
function hello(name) { console.log("Hello, " + name); } hello("World");
Minify
Back to tools