The Horatian Archive
Home
JS Minifier
minify and beautify JavaScript and CSS
Minify
Beautify
Copy Output
Swap
Clear
Input
function greet(name) { // Say hello const greeting = "Hello, " + name + "!"; console.log(greeting); return greeting; } /* Multi-line comment */ const result = greet("World"); if (result) { document.getElementById("output").textContent = result; }
Output
0
Original (bytes)
0
Output (bytes)
0%
Reduction