How do we define an object method?

We start with a property, then add a functionWe write a normal function within the object

We start by creating a property. This property will store the function.