Gollum@feddit.org to Programmer Humor@programming.dev · 22 hours agoAnother smart movefeddit.orgimagemessage-square82fedilinkarrow-up1746arrow-down123
arrow-up1723arrow-down1imageAnother smart movefeddit.orgGollum@feddit.org to Programmer Humor@programming.dev · 22 hours agomessage-square82fedilink
minus-squarethedeadwalking4242@lemmy.worldlinkfedilinkarrow-up4·edit-27 hours agoFor i = 0; I < array.length; i++
For i = 0; I < array.length; i++
i < array.length
or else you overflow.