Tell us what’s happening:
**Your code so far**
// Setup
var myArray = [];
// Only change code below this line
var i = 0;
while(i > 5) {
i++;
}
console.log(myArray)
**Your browser information:**
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.182 Safari/537.36
.
Challenge: Iterate with JavaScript While Loops
Link to the challenge: