The information inside an object is known as the object's properties. The properties go inside the object's curly braces {}.
{}
Make sure to pick {, followed by name: "Garfield", and finally }.
{
name: "Garfield"
}