JavaScript beautifier or indentation tool
Sponsored Links
Sometimes an unformatted JavaScript code becomes nearly unreadable and difficult to understand. If you are in the habit of using such JavaScript codes, this little free web tool could be a boon for you.
This piece of ugly looking unformatted code…
…transformed to…
on a click of a ‘Beautify’ button.
It comes with other features like indent with tab character OR 2, 4 or 8 spaces. Also it provides you with an option to preserve existing line breaks.
Check out JavaScript beautifier now.
Welcome to Review Of Web. I recommend you to subscribe via RSS Feed. You can also subscribe by email and have new articles sent directly to your inbox. It's absolutely free!









“This piece of ugly looking unformatted code” – it’s my standard formatting. It’s ugly because it uses 2 spaces indentation? Maybe it is, but write 10k of code (as one file) and you’ll notice, it’s sometimes hard to fit all you need on screen. So, call it ugly, but it is not unformatted.