Archive

Archive for the ‘JavaScript’ Category

Java script indenter

April 22, 2011 Leave a comment

If you have the habit of sniffing javascripts from websites, it become difficult to understand if you have the minified versions of script’s.

There is an awesome tool, which beautifies the javascripts! here is the link try it out.

http://jsbeautifier.org

image

on click of “Beautify” the clumsy code transforms to… have a look at the below screenshot.

image

Categories: JavaScript