We can use console.log() to display the contents of our object person.
console.log()
person
Make sure to pick console.log followed by ( and then person, ), ;.
console.log
(
)
;