Gollum@feddit.org to Programmer Humor@programming.dev · 13 days agoAnother smart movefeddit.orgimagemessage-square75fedilinkarrow-up10arrow-down10
arrow-up10arrow-down1imageAnother smart movefeddit.orgGollum@feddit.org to Programmer Humor@programming.dev · 13 days agomessage-square75fedilink
minus-squarethedeadwalking4242@lemmy.worldlinkfedilinkarrow-up0·edit-213 days agoFor i = 0; I < array.length; i++
minus-squarexthexder@l.sw0.comlinkfedilinkarrow-up0·13 days agoi < array.length or else you overflow.
For i = 0; I < array.length; i++
i < array.length
or else you overflow.