Skip to content

Instantly share code, notes, and snippets.

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