An object method is just a function inside an object. It behaves exactly like a regular function, including returning or displaying values.

Can you assemble the display statement inside the method?

Exactly! Everything you do with functions, you can also do inside methods.

Make sure to fill in console.log("Type: ");.