Add value to MongoDB dict
db.posts.insert({name: "My first post!", body: "Hello, world! This is my first post.", comments: []}) (forgive this poor example). I want to update that document to add another comment. How would I go about doing this in the mongo shell?






Cartoon Clouds
Mountains
Sunrise
Clouds
Green Clouds
None













Help