JavaScript Formatter and Compressor

Beautify JavaScript snippets for reading or compress simple scripts without executing them.

JavaScript input

This tool formats text only. It does not execute pasted JavaScript.

Result

Does this run my code?

No. The tool treats JavaScript as text and only transforms the displayed string.

Is this a production minifier?

No. It is a lightweight snippet compressor. Use a parser-based build tool for production bundles.