Many Beginners Get This Wrong: Date.now vs Date.now() in Mongoose
When creating a Mongoose model, many beginners use Date.now() by mistake.It looks correct, but it actually gives the wrong timestamp for your documents.
Here is the simple explanation.
The Main Difference
Date.now
You are giving Mongoose a function....
abhishek-codes.hashnode.dev2 min read