Skip to content

Instantly share code, notes, and snippets.

@ianaya89
Last active December 22, 2016 04:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ianaya89/aceaa39be99e73fe2948021193ea2cba to your computer and use it in GitHub Desktop.
Save ianaya89/aceaa39be99e73fe2948021193ea2cba to your computer and use it in GitHub Desktop.
const garfield = new Cat({ name: 'garfield' });
garfield.save((err, cat) => {
if (err) { return console.error(err); }
cat.speak();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment