the empty statement

[size=medium]When you intentionally use the empty statement, it is a good idea to comment your code in a way that
makes it clear that you are doing it on purpose. For example:
for(i=0; i < a.length; a[i++] = 0) /* Empty */ ;[/size]

你可能感兴趣的:(JavaScript,idea)