Minification (programming): Difference between revisions

Content deleted Content added
clean out mentions of particular tools
Example: Fix example, which previously accidentally defined `i` in global scope
Line 18:
</syntaxhighlight>
is equivalent to but longer than
<syntaxhighlight lang="JavaScriptjavascript">
for(var a=[],i=0];i<20;a[i]=i++);
</syntaxhighlight>