Learn Intermediate Algorithmic Thinking by Building a Dice Game - Step 71

Tell us what’s happening:

it says: " You should use a for...of loop to iterate through the arr array." but that is what i did, no?

Your code so far

for(let num of arr){
  
}

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0

Challenge Information:

Learn Intermediate Algorithmic Thinking by Building a Dice Game - Step 71

it is an issue with the test.
use const to pass.

I created an issue for it here

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.