MongoDb inbuilt Promises
How to know what all methods in mongoDb has an inbuilt promise in it. eg: "updateOne() , findOne()" these methods have inbuilt promises and and we can access the response using ".then" but for lots of other mongoDB methods lack…