Tell us what’s happening:
Describe your issue in detail here.
I have done this task this way. Will it be okay?
**Your code so far**
// Setup
const myArray = [];
// Only change code below this line
for (let i = 9; i >= 1; i-=2) {
myArray.push(i);
}
**Your browser information:**
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36
Challenge: Count Backwards With a For Loop
Link to the challenge: