Guest User

Untitled

a guest
Sep 18th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. How to select value from MongoJS query output
  2. db.users.find({username:"eleeist"},function(err, docs) {
  3. console.log(docs);
  4. });
  5.  
  6. [ { _id: 4fee05662b17f88abbeb60b6,
  7. username: 'eleeist',
  8. password: 'test' } ]
Add Comment
Please, Sign In to add comment