I cannot get information from db.findOne() , everything is located, but I cannot extract values from the query to external objects.
var test; collection.findOne({name : name}, function (err, item){ console.log(item.name, item.value); test = item.value; });