Loading app…
Js Minifier
Not installed
Plugin
Developer Tools
Minify
Input
// My script function greet(name) { console.log('Hello, ' + name); return { message: 'Welcome', name: name }; } const result = greet('World');
Minify
Output
Minified JavaScript will appear here