How to skip and delete documents in MongoDB
I am building nodejs application and I am using MongoDB official driver(not mongosse) And I want to write a command to MongoDB. I have 100 documents in a collection. (All id's are unique ) I want keep the first 50…