Last active
January 18, 2022 13:25
-
-
Save petrosDemetrakopoulos/3c4d0c27c422786ba637a7c706ff938b to your computer and use it in GitHub Desktop.
Ethairballoons findById
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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