My Bug

Hey Guys,

When I was doing the exercise, there was a bug in my code I wanted to share with you. I accidentally retrieved the letter from the Guess word with the wrong iterator. I was using the i interator to loop through the all the characters in the hidden word, but I retrieved the Guess letter using i instead of j. Make sure you use the correct iterator!

  • Zach

Privacy & Terms