give two parameters for find in mongodb

JavaScript
db.users.find(
    { status: "A",
      age: 50 }
)
Source

Also in JavaScript: