Let's test your knowledge. Click the correct answer from the options.
Which of the following methods is used to iterate over an array in JavaScript without using an index?
Click the option that best answers the question.
- The `map` method
- The `forEach` method
- The `for...of` loop
- The `filter` method