Skip to content

Instantly share code, notes, and snippets.

@petrosDemetrakopoulos
Last active January 18, 2022 13:25
Show Gist options
  • Save petrosDemetrakopoulos/3c4d0c27c422786ba637a7c706ff938b to your computer and use it in GitHub Desktop.
Save petrosDemetrakopoulos/3c4d0c27c422786ba637a7c706ff938b to your computer and use it in GitHub Desktop.
Ethairballoons findById
Car.findById('Audi A4', function (err, record) {
if (!err) {
console.log(record);
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment