Chapter 11: MongoDB Update Operators
MongoDB Update Operators — the $ prefixed tools you put in the second argument of updateOne(), updateMany(), findOneAndUpdate(), replaceOne() (sometimes), and even aggregation $merge/$set stages. These operators are what make updates atomic, efficient, and...
