Display the contents of the person object using console.log.
person
console.log
Make sure to type console.log(person);.
console.log(person);