Skip to main content
Journey Uncommon Logo
JourneyUncommon
easyMongoDBnested embedded documentsSingle-choice MCQ

You want to add a single new field to a nested document without touching its sibling fields. Which update is correct?

// document { _id: 1, profile: { name: "Ada", age: 36 } }