I can't delete a data from mongoDb ObjectId class constructor error
I have written a express index.js to simple crud operation in mongodb. the item is the params I can console.log as mongodb Id however, ObjectId buildin function giving me a an class constructor error that it cannot inboked without 'new'.…