Tell us what’s happening:
Describe your issue in detail here.
Im still not able to do it,I made the code the exact same as the one in the video,can u tell me where Im going wrong
**Your code so far**
// Setup
var myArray = [];
// Only change code below this line
var i = 0;
while(i < 5) {
myArray.push(i);
i++;
}
console.log(myArray)
**Your browser information:**
User Agent is: Mozilla/5.0 (Linux; Android 8.1.0; Lenovo TB-8704X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.210 Safari/537.36
Challenge: Iterate with JavaScript While Loops
Link to the challenge: