Inside the braces, methods work like normal functions.
Let's use console.log to display a message in the console when eat() is called.
console.log
eat()
Make sure to type console.log.