JavaScript Code Improver
Cannot read your own JavaScript code?
Cannot find that closing brace?
Lost all hope of making head or tail of the JavaScript code inherited from your colleague?
Or just curious of how JavaScript works?
Try JavaScript Code Improver!
With JavaScript Code Improver you are just one click away from making any
JavaScript clear, easily comprehensible and ready for printing thus saving the time you spend on editing, debugging
and modifying it.
Forget about all problems resulting from those illegible JavaScripts!
Compare how the same piece of code looks before:
<script language="JavaScript">var i=0,s="",k=0;function
foo(){for(j=0;j<10;j++){for(i=0;i<10;i++){s="string1";k=Math.floor(Math.random()*10);}for(i=20;i>9;i--){s="string2";k=i;}}}</script>
and after processing by JavaScript Code Improver:
<script language="JavaScript">
var i = 0, s = "", k = 0;
function foo()
{
for(j = 0; j < 10; j++)
{
for(i = 0; i < 10; i++)
{
s =
"string1";
k =
Math.floor( Math.random()*10 );
}
for(i = 20; i > 9; i--)
{
s =
"string2";
k = i;
}
}
}
</script>
You can see the difference, can’t you?
The program’s flexible settings let you
structure the code in any way you like. So, even if your JavaScript code is
pretty comprehensible, you can just give it more professional or just more
pleasant feel.
So, download JavaScript Code Improver now and test.
DOWNLOAD
Author: info ( at ) jcay.com