Help with Iterate Odd Numbers With For Loops

Hey, there. I’m stuck with this challenge. I’m not sure what exactly I need to put in my for loop. I’ve tried looping while i < 11 and incrementing by 1 and 3 but both resulted in even numbers also being put in the array. I would greatly appreciate any help on this. I kinda feel like the answer should be obvious since I’ve done for loops before and I’ve likely done something like this but my mind is drawing a blank.

Start at one and increase by two with every iteration of your loop.

1 Like

Thank you! I knew it was gonna be obvious XD