DaleGribble88@programming.dev to Programmer Humor@programming.devEnglish · 3 months agoPlease Choose a Password You Will Not Have Used in the Futureprogramming.devimagemessage-square9linkfedilinkarrow-up1298
arrow-up1298imagePlease Choose a Password You Will Not Have Used in the Futureprogramming.devDaleGribble88@programming.dev to Programmer Humor@programming.devEnglish · 3 months agomessage-square9linkfedilink
minus-squareCethin@lemmy.ziplinkfedilinkEnglisharrow-up1·3 months agoIsn’t the most obvious just an off-by-one error? It checked the 0th position in the array of former passwords, and output the index as the output. We start at index 0 while programming for the first entry in an array.
Isn’t the most obvious just an off-by-one error? It checked the 0th position in the array of former passwords, and output the index as the output. We start at index 0 while programming for the first entry in an array.