for (var i = 0; i < 6; i++) {
myArray.push(i);
}
I must be not cut out for JS because I don’t see the problem here. This is for the lesson Basic JavaScript: Iterate with JavaScript For Loops. I even console.logged it and it counts to 5.
Edit: Cleared my browser cookies etc. just in case and nothing. I am truly stumped.
Okay now I know I’m not crazy. Can anyone assist me so I can move past this lesson?