Question: Which snippet could you insert to this code to print "swim" to the console?
- `animals.every(key)`
- `animals.some(key).length === 1`
- `animals.filter(key) === true`
- `animals.some(key)`
Answer: The correct answer of the above question is Option D:`animals.some(key)`