If we want to write a program that keeps track of a user's pet, which of these variables would we create?

var pet = "Dog";var house = "Cat";

That's right!

We would use the variable named pet since it describes the kind of value the variable holds.