Sublime Forum

I have a question on sublime automatic for loop

#1

In this code:

for (var i = list.length - 1; i >= 0; i--) {
	list*
};

Is the var in front the the i is really useful ?*

0 Likes