for...of loop works. And they essentially said that it takes the first element in fruits and sets that value to the fruit variable, then runs the JS code in the curly braces.fruit variable gets re-initialized to the second element in fruits, but the problem is, fruit is a const, so how does this work?