WhoisNexus
All Tools
JavaScript Minifier
Minify JS to reduce file size.
JavaScript Input
// Hello World function function greet(name) { const greeting = "Hello, " + name + "!"; console.log(greeting); return greeting; } // Call the function greet("World");
Minified Output
Minify
Original:
0
bytes → Minified:
0
bytes (
0%
saved)