Tell us what’s happening:
Describe your issue in detail here.
I tried changing the i values but nothing seems to be working.
**Your code so far**
// Setup
const myArray = [];
var i < 5;
while(i > 0) {
myArray.push(i);
i++;
}
// Only change code below this line
**Your browser information:**
User Agent is: Mozilla/5.0 (Linux; Android 8.1.0; vivo 1908) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.104 Mobile Safari/537.36
Challenge: Basic JavaScript - Iterate with JavaScript While Loops
Link to the challenge: