Skip to content

Instantly share code, notes, and snippets.

@danared
Created March 27, 2015 18:57
Show Gist options
  • Save danared/eacf35795799b6370d6a to your computer and use it in GitHub Desktop.
Save danared/eacf35795799b6370d6a to your computer and use it in GitHub Desktop.
Band.
findOne({ name: "Guns N' Roses" }).
exec(function(err, band) {
console.log(band.lead.name); // "Axl Rose"
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment