Tell us what’s happening:
Describe your issue in detail here.
Can´t pass this lesson!
I tried on my own and with the “Get a Hint”'s Solution and nothing happen!
Is there something wrong with this lesson? Or is my problem?
Thank you!
**Your code so far**
// Setup
const myArray = [];
let i = 10;
do {
myArray.push(i);
i++;
}
// Only change code below this line
while (i < 5) {
myArray.push(i);
i++;
}
**Your browser information:**
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36
Challenge: Iterate with JavaScript Do…While Loops
Link to the challenge: