Adding a method in a class is like creating a regular function, except there's no need for the function keyword.

This VirtualPet class can't do much yet. Let's give it the ability to eat with a method.

Like a function, a method needs a name, parentheses, and braces.