Exercise 1 · Chapter: ArraysRequired+50 XP
Fruit List
Create an array with 3 fruits: "apple", "banana", and "cherry".
Then use a for...of loop to print each fruit on its own line.
Expected output
apple banana cherry
Need a hint?
3 available · costs 5 XP each
javascript
Output
Run your code to see the output here.