View difference between Paste ID: ggLyUnSZ and kHndwqBc
SHOW: | | - or go back to the newest paste.
1
var str=n="a (1).png";
2
for(var i=1;i<25;i++) {
3-
	b = i.toString();
3+
	b = i.toString(); 	//Fun fact: neither b or n were declared anywhere
4
	var n=str.replace("1",b);
5
	images.push(n);
6
}