Which option should be used with findAndModify() command to return the modified document instead of the pre-modification document?
Set {new : true}
Well Done. Your Answer is Correct Keep it Up!
findAndModify by default returns the pre-modification document
Use the POST version of findAndModify called findAndModifyPost
None of the options are correct