What code will display the object pet?

console.log(pet);print(pet);display(pet);pet.toString();

Make sure to pick console.log(pet);.