Question: Which snippet could you insert to this code to print "swim" to the console?

  1. `animals.every(key)`
  2. `animals.some(key).length === 1`
  3. `animals.filter(key) === true`
  4. `animals.some(key)`

Answer: The correct answer of the above question is Option D:`animals.some(key)`