let’s say I run this query in Mongoose:

    Room.find({}, (err,docs) => {
    
    }).sort({date:-1}); 

This doesn’t work!

11 Answers
11

Leave a Reply

Your email address will not be published. Required fields are marked *