Group the property into the cat object.
cat
The order is var cat = {, name: "Garfield", then };.
var cat = {
name: "Garfield"
};