Gollum@feddit.org to Programmer Humor@programming.dev · 1 day agoAnother smart movefeddit.orgimagemessage-square87fedilinkarrow-up1781arrow-down126
arrow-up1755arrow-down1imageAnother smart movefeddit.orgGollum@feddit.org to Programmer Humor@programming.dev · 1 day agomessage-square87fedilink
minus-squarethedeadwalking4242@lemmy.worldlinkfedilinkarrow-up4·edit-210 hours agoFor i = 0; I < array.length; i++
minus-squareIndustryStandard@lemmy.worldlinkfedilinkarrow-up1·6 minutes agoCasually throws in capitals as well.
minus-squarexthexder@l.sw0.comlinkfedilinkarrow-up5·13 hours agoi < array.length or else you overflow.
For i = 0; I < array.length; i++
Casually throws in capitals as well.
i < array.length
or else you overflow.