Question: Which snippet could you add to this code to print "food" to the console?

  1. `a.prototype.belly[0]`
  2. `Object.getPrototype0f (a).belly[0]`
  3. `Animal.belly[0]`
  4. `a.belly[0]`

Answer: The correct answer of the above question is Option C:`Animal.belly[0]`