I DONT UNDERSTAND!!!!! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I DONT UNDERSTAND!!!!!

In a code I was looking at it said this... for(var i=0;i<trail.length;i++) { ctx.fillRect(trail[i].x*gs,trail[i].y*gs,gs-2,gs-2); if(trail[i].x==px && trail[i].y==py) { tail = 5; what the heck does that mean???

6th Mar 2018, 3:00 AM
Someone Else
Someone Else - avatar
0 Answers