ga-wdi-boston / mongodb-crud-diagnostic

MongoDB CRUD Diagnostic
Other
1 stars 127 forks source link

Submit response #168

Closed jwaskow closed 7 years ago

jwaskow commented 7 years ago

Comfort: 5 Clarity: 4

I used mongo documentation and my class notes to help with this diagnostic. Only thing I wasn't clear on was question 3, should I delete the motto field entirely with $unset, or just set it to an empty string with $set? I went with the empty string.

bernardlee commented 7 years ago

Delete the field entirely with $unset.

4/4