We can also delete properties from objects like this:
delete ourDog.bark;
Delete the "tails" property from myDog. You may use either dot or bracket notation.
"tails"
myDog