Cat.create({ name:"Snow White", age:15, temperament: "Bland" },function (err, cat) { if (err) { console.log(err); } else { console.log(cat); } });