Which line creates a
property
for the object?
animal:
"dog"
var
pet = {
}
This object has no properties
animal: "dog"
.