Nodejs MongoDB Query

In MongoDB, Query object is used to filter the result in collection. The first argument of the find() method is a query object.

Code :