Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

how to sort by newest document mongoose

await Schema.find({}).sort({ createdAt: -1 }
 
PREVIOUS NEXT
Tagged: #sort #newest #document #mongoose
ADD COMMENT
Topic
Name
7+5 =